Skip to content

Commit 688ec2a

Browse files
Add type field to MCP server configuration
1 parent 542c007 commit 688ec2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/mcp/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ You can add the Sourcegraph MCP server to [Claude Code](https://claude.ai/code)
100100
{
101101
"mcpServers": {
102102
"sourcegraph": {
103+
"type": "http",
103104
"url": "https://your-sourcegraph-instance.com/.api/mcp/v1",
104105
"headers": {
105106
"Authorization": "token YOUR_ACCESS_TOKEN"

0 commit comments

Comments
 (0)