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.
This commit is contained in:
2026-06-07 22:40:27 +00:00
parent a8e475fdf4
commit 89a6ffe8a0

View File

@@ -7,6 +7,12 @@
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}" "CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
}, },
"enabled": false "enabled": false
},
"type-inject": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@nick-vi/type-inject-mcp"],
"enabled": true
} }
} }
} }