From 4271703a1e4fa208bc673e8e7dc3f42a03fc3b7f Mon Sep 17 00:00:00 2001 From: tawoe Date: Thu, 5 Feb 2026 13:01:42 +0100 Subject: [PATCH] update vs code integration doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f0a30..465b504 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,11 @@ You can then configure the connection to the server from there. ### VS Code -Configure in `~/.config/Code/User/mcp.json`: +Configure in the servers section of `~/.config/Code/User/mcp.json`: ```json { - "mcpServers": { + "servers": { "obp-mcp": { "url": "http://0.0.0.0:9100/mcp", "type": "http"