Skip to content

MCP error -32000: Connection closed #360

@owenzhao

Description

@owenzhao

Describe the bug

I want to use a MCP server from here. https://github.com/MightyDillah/apple-doc-mcp

The official config is

{
  "mcpServers": {
    "apple-doc-mcp": {
      "command": "node",
      "args": ["/path/to/apple-doc-mcp/dist/index.js"]
    }
  }
}

I revised it in to

{
  "servers": {
    "apple-doc-mcp": {
      "command": "node",
      "args": ["/Volumes/2.05TB/System/zhaoxin/apple-doc-mcp/dist/index.js"]
    }
  }
}

As Copilot requests the "servers" as the keyword.

But I can't use the MCP server in Copilot as it shows an error "MCP error - 32000: Connection closed. I file this as a bug as the same setting works in another app.

Any idea?

Versions

  • Copilot for Xcode: 0.38.0
  • Xcode: 16.4 (16F6)
  • macOS: 15.6 Beta(24G5065c)

Steps to reproduce

Screenshots

Image Image

Logs

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions