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.
19 lines
378 B
JSON
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
|
|
}
|
|
}
|
|
}
|