Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 38 additions & 3 deletions registries/official/servers/launchdarkly/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.1": {
"ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.2": {
"metadata": {
"last_updated": "2026-04-15T20:27:18Z",
"last_updated": "2026-05-11T10:01:07Z",
"stars": 20
},
"overview": "## LaunchDarkly MCP Server\n\nThe launchdarkly MCP server is a Model Context Protocol (MCP) server that enables AI assistants and agents to interact directly with LaunchDarkly, the feature management and experimentation platform. It allows AI-driven workflows to inspect feature flags, environments, and targeting rules, helping teams understand feature rollout, experimentation, and risk management without leaving their current tools. This server is particularly valuable for release management, experimentation analysis, and operational decision-making scenarios where feature flag context matters.",
Expand Down Expand Up @@ -712,6 +712,40 @@
},
"name": "get-ai-config-variation"
},
{
"annotations": {},
"description": "Fetches audit log entries for a LaunchDarkly account. Use the `spec` parameter with format `proj/\u003cprojectKey\u003e:env/\u003cenvKey\u003e:flag/\u003cflagKey\u003e` to query a specific flag's change history (use `env/*` for all environments). The `before` and `after` parameters accept Unix epoch timestamps in milliseconds for date-range filtering. Returns at most 20 entries per call, ordered newest-first.\n",
"inputSchema": {
"properties": {
"request": {
"additionalProperties": false,
"properties": {
"after": {
"type": "integer"
},
"before": {
"type": "integer"
},
"limit": {
"type": "integer"
},
"q": {
"type": "string"
},
"spec": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"request"
],
"type": "object"
},
"name": "get-audit-log-entries"
},
{
"annotations": {},
"description": "Identifies which repositories have code references to a given flag, helping agents determine if they're operating on the correct repository and understand the scope of cleanup (single vs multi-repo).\n",
Expand Down Expand Up @@ -1263,6 +1297,7 @@
"get-ai-config",
"get-ai-config-targeting",
"get-ai-config-variation",
"get-audit-log-entries",
"get-code-references",
"get-environments",
"get-feature-flag",
Expand Down Expand Up @@ -1299,7 +1334,7 @@
"name": "LAUNCHDARKLY_API_KEY"
}
],
"identifier": "ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.1",
"identifier": "ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.2",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down
2 changes: 1 addition & 1 deletion registries/official/servers/playwright/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"io.github.stacklok": {
"mcr.microsoft.com/playwright/mcp:v0.0.70": {
"metadata": {
"last_updated": "2026-04-27T16:41:18Z",
"last_updated": "2026-05-11T10:02:34Z",
"stars": 28552
},
"overview": "## Playwright MCP Server\n\nThe playwright MCP server provides browser automation capabilities using Playwright. The server enables comprehensive browser automation supporting Chromium, Firefox, and WebKit, with full control over page interactions including clicks, typing, navigation, and screenshots. Additional capabilities include network request monitoring, console message capture for debugging, form filling, file uploads, and dialog handling for complete workflow automation.",
Expand Down
41 changes: 38 additions & 3 deletions registries/toolhive/servers/launchdarkly/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.1": {
"ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.2": {
"metadata": {
"last_updated": "2026-04-16T03:04:14Z",
"last_updated": "2026-05-11T10:01:26Z",
"stars": 20
},
"overview": "## LaunchDarkly MCP Server\n\nThe launchdarkly MCP server is a Model Context Protocol (MCP) server that enables AI assistants and agents to interact directly with LaunchDarkly, the feature management and experimentation platform. It allows AI-driven workflows to inspect feature flags, environments, and targeting rules, helping teams understand feature rollout, experimentation, and risk management without leaving their current tools. This server is particularly valuable for release management, experimentation analysis, and operational decision-making scenarios where feature flag context matters.",
Expand Down Expand Up @@ -712,6 +712,40 @@
},
"name": "get-ai-config-variation"
},
{
"annotations": {},
"description": "Fetches audit log entries for a LaunchDarkly account. Use the `spec` parameter with format `proj/\u003cprojectKey\u003e:env/\u003cenvKey\u003e:flag/\u003cflagKey\u003e` to query a specific flag's change history (use `env/*` for all environments). The `before` and `after` parameters accept Unix epoch timestamps in milliseconds for date-range filtering. Returns at most 20 entries per call, ordered newest-first.\n",
"inputSchema": {
"properties": {
"request": {
"additionalProperties": false,
"properties": {
"after": {
"type": "integer"
},
"before": {
"type": "integer"
},
"limit": {
"type": "integer"
},
"q": {
"type": "string"
},
"spec": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"request"
],
"type": "object"
},
"name": "get-audit-log-entries"
},
{
"annotations": {},
"description": "Identifies which repositories have code references to a given flag, helping agents determine if they're operating on the correct repository and understand the scope of cleanup (single vs multi-repo).\n",
Expand Down Expand Up @@ -1263,6 +1297,7 @@
"get-ai-config",
"get-ai-config-targeting",
"get-ai-config-variation",
"get-audit-log-entries",
"get-code-references",
"get-environments",
"get-feature-flag",
Expand Down Expand Up @@ -1299,7 +1334,7 @@
"name": "LAUNCHDARKLY_API_KEY"
}
],
"identifier": "ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.1",
"identifier": "ghcr.io/stacklok/dockyard/npx/launchdarkly-mcp-server:0.6.2",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down
2 changes: 1 addition & 1 deletion registries/toolhive/servers/playwright/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"io.github.stacklok": {
"mcr.microsoft.com/playwright/mcp:v0.0.70": {
"metadata": {
"last_updated": "2026-04-27T16:41:23Z",
"last_updated": "2026-05-11T10:02:25Z",
"stars": 28552
},
"overview": "## Playwright MCP Server\n\nThe playwright MCP server provides browser automation capabilities using Playwright. The server enables comprehensive browser automation supporting Chromium, Firefox, and WebKit, with full control over page interactions including clicks, typing, navigation, and screenshots. Additional capabilities include network request monitoring, console message capture for debugging, form filling, file uploads, and dialog handling for complete workflow automation.",
Expand Down