mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Update MCP readme for VSCode (#309)
The env values are nested incorrectly.
This commit is contained in:
parent
169fc52800
commit
290e28ee75
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue