Skip to content
Merged
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
4 changes: 1 addition & 3 deletions .cursor/worktrees.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"setup-worktree": [
"yarn install"
]
"setup-worktree": ["yarn install"]
}
36 changes: 18 additions & 18 deletions server.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.devcycle/mcp",
"description": "DevCycle MCP server for feature flag management",
"version": "6.2.1",
"repository": {
"url": "https://github.com/DevCycleHQ/cli",
"source": "github"
},
"websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.devcycle.com/mcp"
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.devcycle/mcp",
"description": "DevCycle MCP server for feature flag management",
"version": "6.2.1",
"repository": {
"url": "https://github.com/DevCycleHQ/cli",
"source": "github"
},
{
"type": "sse",
"url": "https://mcp.devcycle.com/sse"
}
]
"websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.devcycle.com/mcp"
},
{
"type": "sse",
"url": "https://mcp.devcycle.com/sse"
}
]
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5795,9 +5795,9 @@ __metadata:
linkType: hard

"hono@npm:^4.10.3":
version: 4.10.4
resolution: "hono@npm:4.10.4"
checksum: 10c0/90ce8dfacb70558f7549b5ee9bf4e5b4b29f76cb8be4d43a28ea0001458689bd63f51a2b1cae3f6ab05f7a50ce5442cb71c483c69dc7e986dd9217a5339c1fca
version: 4.11.4
resolution: "hono@npm:4.11.4"
checksum: 10c0/19b5ebf28f89ad8e8d9fc465e9e9073026a344e15e841b5b251831b0ae3843e50c29328c95e69a0d7e2681c5b35e475445f4faf59d3d51c6c32a834a0211099a
languageName: node
linkType: hard

Expand Down