Skip to content

Local MCP server is not working as expectedΒ #679

@garylparas

Description

@garylparas

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

  1. 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"
      }
    }
  }
}
  1. Restart Copilot CLI and enter a prompt.

Expected behavior

It should be able to use the MCP tools.

Additional context

No response

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions