github / github/copilot-cli

Workspace MCP servers should take precedence over plugins

未關閉
#1,839 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area:mcp area:plugins
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the bug

I'm developing an MCP server that I also have installed as a plugin. Copilot CLI uses `/.mcp.json` in a repo root - which I can tell from renaming the MCP server - but if it retains the same name, the plugin is what shows up with `/mcp`. Seems the repository should always take precedence, shouldn't it? Skills do, as is evident from `/skills` - project skills with the same name show "(project)" instead of "(plugin)". This is inconsistent behavior with MCP servers.

### Affected version

0.0.422-0

### Steps to reproduce the behavior

1. Install a plugin with an MCP server.
2. Add a `.mcp.json` file to your repo root with the same name and configuration as that MCP server.
3. Start copilot and run `/mcp`.

### Expected behavior

Should show something like,

```
Workspace:
> ✓ example-mcp Description of MCP server
```

Instead, shows it from a plugin:

```
Plugins:
> ✓ example-mcp Description of MCP server
```

### Additional context

- macOS 26.3
- Ghostty 1.2.3
- bash 5.3.9(1)-release (aarch64-apple-darwin25.1.0)

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。