From 66f87628f92f76a4499b6cd2c8eef5b68227b86f Mon Sep 17 00:00:00 2001 From: Mark Greenway Date: Tue, 19 May 2026 16:20:27 -0400 Subject: [PATCH] docs: add alternate Claude Code CLI MCP setup command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f80cbf2..c883fa0 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,11 @@ Add this to your Claude Desktop or Claude Code MCP settings (preferred HTTP meth } ``` +**Claude Code (CLI) - alternate installation technique:** +``` + claude mcp add --transport http visualstudio http://localhost:5050 +``` + > ℹ️ **Note:** The HTTP method is the preferred standard. SSE (Server-Sent Events) is a legacy protocol and should only be used for backward compatibility. ### ⚙️ Settings