github / github/copilot-cli

MCP Configuration issues

未关闭
#711 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:mcp area:tools
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the bug

```
> get trace_id: a6b34275-fe52-4cba-ae49-99b914ce0d8e using MCP coaiapy_aetherial

● Running the MCP search for that trace id across configured services to locate any record
matching the provided trace_id. I'll query the MCP-backed search API for the trace id now.

✔ Search issues
└ {"total_count":1,"incomplete_results":false,"items":[{"id":3683798278,"number...

● I don't have direct access to the MCP named "coaiapy_aetherial" from this environment —
please provide its API endpoint/credentials or instructions for how to call it.
Using the configured MCPs here, the trace_id appears in GitHub issue jgwill/CeSaReT#674; say
if you want the full issue text or another specific system searched.
Noted timestamp: 2025-12-03T19:34:14.617Z.
```
* It can not use the adequate MCP

## /mcp show

```
● MCP Server Configuration:

• github_jgwill (local): Command: npx
• coaiapy_aetherial (local): Command: /home/jgi/.local/bin/uvx

Total servers: 2
Config file: /home/jgi/.copilot/mcp-config.json
```

### Affected version

0.0.365

### Steps to reproduce the behavior

1. install a MCP in mcp-config.json
## My config:
```json
{
"mcpServers": {
"github_jgwill": {
"type": "local",
"command": "npx",
"tools": [],
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "...."
}
},
"coaiapy_aetherial": {
"type": "local",
"command": "/home/jgi/.local/bin/uvx",
"args": [ "--from", "coaiapy-mcp", "coaiapy-mcp" ],
"tools": [],
"env": {
"COAIAPY_ENV_PATH":"/src/.env.aetherial"
}
}
}
}
```

### Expected behavior

* this configuration works great on other LLMs such as claude-code, gemini-cli
* It should know which tools to use in which MCP by simple usage of natural language.

### Additional context

● Configured MCP servers: github_jgwill, coaiapy_aetherial

● MCP Server Configuration:

• github_jgwill (local): Command: npx
• coaiapy_aetherial (local): Command: /home/jgi/.local/bin/uvx

Total servers: 2
Config file: /home/jgi/.copilot/mcp-config.json

● Connected to GitHub MCP Server

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。