mirror of
https://github.com/launchdarkly/ai-tooling.git
synced 2026-09-14 20:00:40 +08:00
fix: updating cursor plugin manifest, adding ai configs to the mcp config (#39)
updating cursor plugin manifest, adding ai configs to the mcp config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "launchdarkly",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "LaunchDarkly agent skills and mcp server for feature flag management, AI configuration, and skill authoring",
|
||||
"author": {
|
||||
"name": "LaunchDarkly",
|
||||
@@ -19,5 +19,11 @@
|
||||
"rollout",
|
||||
"cleanup",
|
||||
"mcp"
|
||||
]
|
||||
],
|
||||
"skills": [
|
||||
"skills/ai-configs",
|
||||
"skills/feature-flags",
|
||||
"skills/metrics"
|
||||
],
|
||||
"mcpServers": ".mcp.json"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"LaunchDarkly": {
|
||||
"LaunchDarkly Feature Management": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.launchdarkly.com/mcp/fm",
|
||||
"headers": {}
|
||||
},
|
||||
"LaunchDarkly AI Configs": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.launchdarkly.com/mcp/aiconfigs",
|
||||
"headers": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user