-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Incompatible mcp.json schema with VSCode #3835
Copy link
Copy link
Open
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:mcpMCP server configuration, discovery, connectivity, OAuth, policy, and registryMCP server configuration, discovery, connectivity, OAuth, policy, and registry
Metadata
Metadata
Assignees
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:mcpMCP server configuration, discovery, connectivity, OAuth, policy, and registryMCP server configuration, discovery, connectivity, OAuth, policy, and registry
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
"mcpServers" key in mcp.json incompatible with VSCode "servers" key. requires duplicating mcp server declarations in mcp.json.
also the different locations .github and .vscode require a symlink to point VSCode Copilot Chat and copilot CLI to the same file
Affected version
No response
Steps to reproduce the behavior
Expected behavior
one shared key that is read by both VSCode Copilot Chat and copilot-cli to define mcp servers
Additional context
current Workaround:
duplicate the "servers" object under "mcpServers" in the same file and symlink it or create two files with the same content except for "servers"/"mcpServers".