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
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-10-17/server.schema.json",
"name": "com.devcycle/mcp",
"description": "DevCycle MCP server for feature flag management",
"version": "6.1.4",
"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-10-17/server.schema.json",
"name": "com.devcycle/mcp",
"description": "DevCycle MCP server for feature flag management",
"version": "6.1.4",
"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"
}
]
}
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
watch: false,
passWithNoTests: false,
reporters: 'default',
testTimeout: 30000,
testTimeout: 90000,
hookTimeout: 30000,
},
})