-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I've configured an mcp server using the /mcp add option but Github Copilot is not using the tools configured.
How can I start the configured mcp server?
Affected version
0.0.328
Steps to reproduce the behavior
- /mcp add
mcp-config.json file content:
{
"mcpServers": {
"signal-mcp-server": {
"type": "local",
"command": "uv",
"tools": [
"*"
],
"args": [
"run --with [mcp]cli --with signal-export mcp run c:\\github\\signal-mcp-server\\server.py"
]
}
}
}
Expected behavior
No response
Additional context
After having configured the mcp server I would expect that the Github Copilot cli can call the tools from the MCP server.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working