Skip to content

Commit c8d46fc

Browse files
chore: update MCP server.json schema to 2025-12-11 (#552)
1 parent dfad6a1 commit c8d46fc

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

server.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3-
"name": "com.devcycle/mcp",
4-
"description": "DevCycle MCP server for feature flag management",
5-
"version": "6.2.0",
6-
"repository": {
7-
"url": "https://github.com/DevCycleHQ/cli",
8-
"source": "github"
9-
},
10-
"websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started",
11-
"remotes": [
12-
{
13-
"type": "streamable-http",
14-
"url": "https://mcp.devcycle.com/mcp"
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "com.devcycle/mcp",
4+
"description": "DevCycle MCP server for feature flag management",
5+
"version": "6.2.0",
6+
"repository": {
7+
"url": "https://github.com/DevCycleHQ/cli",
8+
"source": "github"
159
},
16-
{
17-
"type": "sse",
18-
"url": "https://mcp.devcycle.com/sse"
19-
}
20-
]
10+
"websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started",
11+
"remotes": [
12+
{
13+
"type": "streamable-http",
14+
"url": "https://mcp.devcycle.com/mcp"
15+
},
16+
{
17+
"type": "sse",
18+
"url": "https://mcp.devcycle.com/sse"
19+
}
20+
]
2121
}

0 commit comments

Comments
 (0)