Standalone code-mode execution for MCP tools — sandboxed JS with namespace bridging, TypeScript interfaces, and tool discovery.
{
"mcpServers": {
"mcp-tscodemode": {
"command": "npx",
"args": [
"-y",
"@mcp-ts/codemode"
]
}
}
}