mirror of
https://github.com/launchdarkly/ai-tooling.git
synced 2026-09-14 20:00:40 +08:00
6013b795eb
fix Codex plugin manifest name
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
||
"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"
|
||
}
|
||
}
|