From 290e28ee75db7278db01c8bbc3177f02619c5e6c Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sun, 18 May 2025 19:40:00 +0200 Subject: [PATCH] Update MCP readme for VSCode (#309) The env values are nested incorrectly. --- docs/docs/more/mcp-server.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/more/mcp-server.mdx b/docs/docs/more/mcp-server.mdx index d992f7de..8521e06d 100644 --- a/docs/docs/more/mcp-server.mdx +++ b/docs/docs/more/mcp-server.mdx @@ -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" + } } } }