copilot mcp

This commit is contained in:
2026-05-29 09:22:34 +08:00
parent b094cb85cd
commit be82a4eb70
2 changed files with 52 additions and 8 deletions

View File

@@ -85,12 +85,12 @@ gh auth login
`deploy.ps1` 自动写入以下客户端的 MCP 配置:
| 客户端 | 配置文件 |
|--------|---------|
| Claude Desktop | `%APPDATA%\Claude\claude_desktop_config.json` |
| Cursor | `%USERPROFILE%\.cursor\mcp.json` |
| Windsurf | `%APPDATA%\Windsurf\mcp_config.json` |
| VS Code | `%APPDATA%\Code\User\mcp.json` |
| 客户端 | 配置文件 / 方式 |
|--------|----------------|
| Claude Desktop | `%APPDATA%\Claude\claude_desktop_config.json``mcpServers` 格式) |
| Cursor | `%USERPROFILE%\.cursor\mcp.json``mcpServers` 格式) |
| Windsurf | `%APPDATA%\Windsurf\mcp_config.json``mcpServers` 格式) |
| **VS Code Copilot Agent** | `%APPDATA%\Code\User\settings.json``mcp.servers`VS Code 专用格式) |
| Claude Code CLI | `claude mcp add --scope user`(写入用户级 MCP |
---