-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
Description
Describe the bug
Starting with version 0.0.359, locally configured MCP servers are no longer being detected. I am currently using version 0.0.358, which is working correctly. I also recommend adding a command or status check to verify whether the MCP server is actually running. At the moment, the status only shows Configured when it should indicate Connected or Running.
Affected version
0.0.359 and later
Steps to reproduce the behavior
- Configure MCP in
~/.copilot/mcp-config.json
{
"mcpServers": {
"jira": {
"type": "local",
"tools": [
"*"
],
"command": "node",
"args": ["/absolute/path/to/jira_mcp_server/dist/index.js"],
"env": {
"JIRA_HOST": "your-domain.atlassian.net",
"JIRA_EMAIL": "[email protected]",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}
- Restart Copilot CLI and enter a prompt.
Expected behavior
It should be able to use the MCP tools.
Additional context
No response
DavidePFairmat, CJavierSaldana, fantomc0der, mohamed-abdul-fattah and ktmageCJavierSaldana