mcpServers["code-runner-streamable-http-mcp-server"] = { type: "http", url: mcpUrl, }; await configuration.update("mcp.servers", mcpServers, vscode.ConfigurationTarget.Global); }好了,大功告成!原理其實(shí)也很簡(jiǎn)單:因?yàn)?VS Code extension,就是一個(gè) Node.js 的程序。MCP Server 作為 VS Code ex...
www.dbjr.com.cn/javascript/340797m...htm 2025-5-22