Skip to content

Commit 290e28e

Browse files
authored
Update MCP readme for VSCode (#309)
The env values are nested incorrectly.
1 parent 169fc52 commit 290e28e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/more/mcp-server.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)
8484
"sourcebot": {
8585
"type": "stdio",
8686
"command": "npx",
87-
"args": ["-y", "@sourcebot/mcp@latest"]
88-
},
89-
"env": {
90-
"SOURCEBOT_HOST": "http://localhost:3000"
87+
"args": ["-y", "@sourcebot/mcp@latest"],
88+
"env": {
89+
"SOURCEBOT_HOST": "http://localhost:3000"
90+
}
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)