From 84a7e8eb12b8a352d90c020a82fce084277a3588 Mon Sep 17 00:00:00 2001 From: Erick Xavier <648239+ErickXavier@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:01:15 -0300 Subject: [PATCH] Fix formatting in README for MCP installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8e319..56ccb71 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can install the Socket MCP server using the VS Code CLI: ```bash # For VS Code with GitHub Copilot -code --add-mcp '{"name":"socket-mcp","type":"http","url":"https://mcp.socket.dev/}' +code --add-mcp '{"name":"socket-mcp","type":"http","url":"https://mcp.socket.dev/"}' ``` After installation, the Socket MCP server will be available for use with your GitHub Copilot agent in VS Code.