Update MCP readme for VSCode (#309)

The env values are nested incorrectly.
This commit is contained in:
Andrew Berezovskyi 2025-05-18 19:40:00 +02:00 committed by GitHub
parent 169fc52800
commit 290e28ee75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,10 +84,10 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)
"sourcebot": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@sourcebot/mcp@latest"]
},
"env": {
"SOURCEBOT_HOST": "http://localhost:3000"
"args": ["-y", "@sourcebot/mcp@latest"],
"env": {
"SOURCEBOT_HOST": "http://localhost:3000"
}
}
}
}