mirror of
https://github.com/launchdarkly/ai-tooling.git
synced 2026-09-14 20:00:40 +08:00
24 lines
583 B
JSON
24 lines
583 B
JSON
{
|
|
"name": "launchdarkly",
|
|
"version": "1.0.0",
|
|
"description": "LaunchDarkly agent skills and mcp server for feature flag management, AI configuration, and skill authoring",
|
|
"author": {
|
|
"name": "LaunchDarkly",
|
|
"email": "support@launchdarkly.com"
|
|
},
|
|
"homepage": "https://launchdarkly.com",
|
|
"repository": "https://github.com/launchdarkly/agent-skills",
|
|
"license": "Apache-2.0",
|
|
"logo": "logo.svg",
|
|
"keywords": [
|
|
"launchdarkly",
|
|
"feature-flags",
|
|
"feature-management",
|
|
"ai-config",
|
|
"targeting",
|
|
"rollout",
|
|
"cleanup",
|
|
"mcp"
|
|
]
|
|
}
|