Files
Vadim Korolik 6013b795eb fix: Codex plugin manifest name mismatch (#126)
fix Codex plugin manifest name
2026-08-11 12:01:40 -07:00

36 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "launchdarkly",
"version": "0.6.1",
"description": "Connect Codex to LaunchDarkly over MCP: 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/ai-tooling.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, configs, and environments via MCP.",
"longDescription": "Use LaunchDarkly’s hosted MCP servers for 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 config targeting for the config I care about."
],
"brandColor": "#3DD6F5"
}
}