mirror of
https://github.com/launchdarkly/ai-tooling.git
synced 2026-09-14 20:00:40 +08:00
[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:
@@ -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 LaunchDarkly’s 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user