Commit 10d8791
Yennefer
fix: Clean up Copilot MCP config and add Docker Compose support
Changes:
- Fixed .copilot/mcp-config.json:
* Removed redundant 'type': 'stdio' fields (Copilot infers from command)
* Removed HTTP server entries (Copilot only supports STDIO MCP)
* Removed invalid QMCP entry with args: ['qmcp']
* Kept 5 working STDIO servers
- Added docker-compose.mcp-copilot.yml:
* STDIO-compatible MCP servers for Copilot CLI
* Uses GHCR images
* Proper stdin_open/tty for STDIO communication
Configuration is now compliant with GitHub Copilot MCP specification.1 parent 24654ad commit 10d8791
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments