24 lines
623 B
JSON
24 lines
623 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "streamableHttp",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
|
},
|
|
"enabled": false
|
|
},
|
|
"boocontext": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": ["/opt/forks/boocontext/dist/index.js"],
|
|
"env": {
|
|
"TYPE_INJECT_MCP_PATH": "/opt/forks/type-inject/packages/mcp/dist/index.js",
|
|
"TREE_SITTER_MCP_CMD": "uvx",
|
|
"TREE_SITTER_MCP_ARGS": "--from tree-sitter-analyzer[mcp] tree-sitter-analyzer-mcp"
|
|
},
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|