From f459c56121da87684cece1706b18a401095e3b85 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 30 May 2025 17:48:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(mcp)=20add=20doc=20to=20use=20mcp?= =?UTF-8?q?=20with=20vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mcp_server/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/mcp_server/README.md b/src/mcp_server/README.md index e449938f..d41ab1df 100644 --- a/src/mcp_server/README.md +++ b/src/mcp_server/README.md @@ -89,6 +89,29 @@ In Cursor settings, in the MCP section, you can add a new MCP server with the fo } ``` +### In VSCode IDE + +In VSCode settings, you can add a new MCP server with the following configuration: + +```json +// .vscode/settings.json +{ + "chat.mcp.discovery.enabled": true, + "chat.mcp.enabled": true +} +``` + +```json +// .vscode/mcp.json +{ + "servers": { + "docs": { + "url": "http://localhost:4200/mcp/docs" + } + } +} +``` + ### Locally with `mcphost` and `ollama` 1. Install [mcphost](https://github.com/mark3labs/mcphost)