MCP-сервер Code Runner (запуск кода).
npx for VS Code Install the Code Runner MCP server in VS Code using below buttons: Alternatively, you can add configuration in settings.json: { "mcp": { "inputs": [], "servers": { "mcp-server-code-runner": { "command": "npx", "args": [ "-y", "mcp-server-code-runner@latest" ], } } } } npx for Claude