You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .codex-plugin/plugin.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "launchdarkly-mcp",
3
3
"version": "0.6.1",
4
-
"description": "Connect Codex to LaunchDarkly over MCP: AI Configs and feature management (FM) hosted endpoints, plus bundled guidance for using the tools.",
4
+
"description": "Connect Codex to LaunchDarkly over MCP: configs and feature management (FM) hosted endpoints, plus bundled guidance for using the tools.",
5
5
"author": {
6
6
"name": "LaunchDarkly",
7
7
"url": "https://launchdarkly.com"
@@ -20,15 +20,15 @@
20
20
"mcpServers": "./.mcp.json",
21
21
"interface": {
22
22
"displayName": "LaunchDarkly",
23
-
"shortDescription": "Feature flags, AI Configs, and environments via MCP.",
24
-
"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.",
23
+
"shortDescription": "Feature flags, configs, and environments via MCP.",
24
+
"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.",
25
25
"developerName": "LaunchDarkly",
26
26
"category": "Developer tools",
27
27
"capabilities": ["Read", "Write"],
28
28
"websiteURL": "https://launchdarkly.com",
29
29
"defaultPrompt": [
30
30
"List my LaunchDarkly feature flags for this project.",
31
-
"Show AI Config targeting for the config I care about."
31
+
"Show config targeting for the config I care about."
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LaunchDarkly Agent Skills
2
2
3
-
LaunchDarkly's public collection of AI agent skills and playbooks. These skills encode repeatable workflows for working with LaunchDarkly, so coding agents can execute common tasks safely and consistently.
3
+
LaunchDarkly's public collection of agent skills and playbooks. These skills encode repeatable workflows for working with LaunchDarkly, so coding agents can execute common tasks safely and consistently.
4
4
5
5
## What Is This Repo?
6
6
@@ -18,19 +18,19 @@ Agent Skills are modular, text-based playbooks that teach an agent how to perfor
18
18
|`feature-flags/launchdarkly-flag-cleanup`| Safely remove flags from code using LaunchDarkly as the source of truth |
19
19
|`feature-flags/launchdarkly-guarded-rollout`| Configure guarded rollouts with progressive traffic, metric monitoring, and rollback |
20
20
21
-
### AI Configs
21
+
### AgentControl
22
22
23
23
| Skill | Description |
24
24
|-------|-------------|
25
-
|`agentcontrol/configs-create`| Create AI Configs with variations for agent or completion mode |
26
-
|`agentcontrol/migrate`| Migrate an app with hardcoded LLM prompts to AI Configs in five stages (extract, wrap, tools, tracking, evals) |
27
-
|`agentcontrol/configs-update`| Update and delete AI Configs, manage lifecycle |
28
-
|`agentcontrol/configs-variations`| Manage AI Config variations for A/B testing |
25
+
|`agentcontrol/configs-create`| Create configs with variations for agent or completion mode |
26
+
|`agentcontrol/migrate`| Migrate an app with hardcoded LLM prompts to AgentControl in five stages (extract, wrap, tools, tracking, evals) |
27
+
|`agentcontrol/configs-update`| Update and delete configs, manage lifecycle |
28
+
|`agentcontrol/configs-variations`| Manage config variations for A/B testing |
29
29
|`agentcontrol/tools`| Create and attach tools for function calling |
30
-
|`agentcontrol/projects`| Create and manage projects to organize AI Configs|
31
-
|`agentcontrol/online-evals`| Attach LLM-as-a-judge evaluators to AI Configs|
32
-
|`agentcontrol/configs-targeting`| Configure targeting rules for AI Config rollouts |
33
-
|`agentcontrol/snippets`| Create and manage reusable prompt snippets across AI Configs|
30
+
|`agentcontrol/projects`| Create and manage projects to organize configs|
31
+
|`agentcontrol/online-evals`| Attach LLM-as-a-judge evaluators to configs|
32
+
|`agentcontrol/configs-targeting`| Configure targeting rules for config rollouts |
33
+
|`agentcontrol/snippets`| Create and manage reusable prompt snippets across configs|
34
34
|`agentcontrol/agent-graphs`| Create and manage multi-agent graphs with routing and handoffs |
0 commit comments