Skip to content

MCP JSON format incompatible with CCA #759

@doggy8088

Description

@doggy8088

In CCA (GitHub Copilot coding agent), the MCP config format is like:

{
  "mcpServers": {
    "playwright-test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "playwright",
        "run-test-mcp-server"
      ],
      "tools": [
        "*"
      ]
    }
  }
}

In Copilot CLI, the MCP config format is like:

{
  "mcpServers": {
    "playwright-test": {
      "type": "local",
      "command": "npx",
      "args": [
        "playwright",
        "run-test-mcp-server"
      ],
      "tools": [
        "*"
      ]
    }
  }
}

The type is incompatible. Is it possible Copilot CLI sync with CCA and GitHub Copilot Chat in VS Code?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions