From 688ec2aa2cc2e27080bebf469970cba7212c19c2 Mon Sep 17 00:00:00 2001 From: Andy Davies <107566444+andydavies-cupa@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:11:02 +0000 Subject: [PATCH] Add type field to MCP server configuration --- docs/api/mcp/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/mcp/index.mdx b/docs/api/mcp/index.mdx index cfa418b0d..a16997fe5 100644 --- a/docs/api/mcp/index.mdx +++ b/docs/api/mcp/index.mdx @@ -100,6 +100,7 @@ You can add the Sourcegraph MCP server to [Claude Code](https://claude.ai/code) { "mcpServers": { "sourcegraph": { + "type": "http", "url": "https://your-sourcegraph-instance.com/.api/mcp/v1", "headers": { "Authorization": "token YOUR_ACCESS_TOKEN"