We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169fc52 commit 290e28eCopy full SHA for 290e28e
docs/docs/more/mcp-server.mdx
@@ -84,10 +84,10 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)
84
"sourcebot": {
85
"type": "stdio",
86
"command": "npx",
87
- "args": ["-y", "@sourcebot/mcp@latest"]
88
- },
89
- "env": {
90
- "SOURCEBOT_HOST": "http://localhost:3000"
+ "args": ["-y", "@sourcebot/mcp@latest"],
+ "env": {
+ "SOURCEBOT_HOST": "http://localhost:3000"
+ }
91
}
92
93
0 commit comments