Files
boocode/data/mcp.example.json
indifferentketchup 89a6ffe8a0 feat(mcp): add type-inject MCP server for TypeScript type recovery
Registers @nick-vi/type-inject-mcp as a stdio MCP server via npx.
Provides lookup_type and list_types tools for TypeScript type
recovery — solves the 0% TS type recovery gap in codecontext.
2026-06-07 22:40:27 +00:00

19 lines
378 B
JSON

{
"mcpServers": {
"context7": {
"type": "streamableHttp",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"enabled": false
},
"type-inject": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@nick-vi/type-inject-mcp"],
"enabled": true
}
}
}