[REL-13108] [nhironaka] OpenAI Codex listing compatibility (#42)

* [nhironaka] OpenAI Codex listing compatibility

* Apply suggestions from code review

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

---------

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Naomi Hironaka
2026-04-14 16:05:18 -04:00
committed by GitHub
parent be588594d6
commit 05c8b22ab9
+35
View File
@@ -0,0 +1,35 @@
{
"name": "launchdarkly-mcp",
"version": "0.6.1",
"description": "Connect Codex to LaunchDarkly over MCP: AI Configs and feature management (FM) hosted endpoints, plus bundled guidance for using the tools.",
"author": {
"name": "LaunchDarkly",
"url": "https://launchdarkly.com"
},
"homepage": "https://launchdarkly.com",
"repository": "https://github.com/launchdarkly/agent-skills.git",
"license": "Apache-2.0",
"keywords": [
"launchdarkly",
"feature-flags",
"mcp",
"model-context-protocol",
"ai-configs"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "LaunchDarkly",
"shortDescription": "Feature flags, AI Configs, and environments via MCP.",
"longDescription": "Use LaunchDarklys hosted MCP servers for AI Configs and FM, or run the same surface locally with npx @launchdarkly/mcp-server (see repository README). Authenticate with your LaunchDarkly API access token when prompted.",
"developerName": "LaunchDarkly",
"category": "Developer tools",
"capabilities": ["Read", "Write"],
"websiteURL": "https://launchdarkly.com",
"defaultPrompt": [
"List my LaunchDarkly feature flags for this project.",
"Show AI Config targeting for the config I care about."
],
"brandColor": "#3DD6F5"
}
}