File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
content/manuals/ai/mcp-catalog-and-toolkit Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,12 @@ and add Claude Desktop as a client:
164164
165165You can interact with all your installed MCP servers in VS Code:
166166
167- 1 . Option 1: To enable the MCP Toolkit globally:
168-
167+ 1 . To enable the MCP Toolkit:
168+
169+
170+ {{< tabs group="" >}}
171+ {{< tab name="Enable globally">}}
172+
169173 1 . Insert the following in your VS Code's User` settings.json ` :
170174
171175 ``` json
@@ -184,7 +188,8 @@ You can interact with all your installed MCP servers in VS Code:
184188 }
185189 ```
186190
187- 1 . Option 2: Enable the MCP Toolkit for a given project:
191+ {{< /tab > }}
192+ {{< tab name="Enable for a given project"> }}
188193
189194 1 . In your terminal, navigate to your project's folder.
190195 1 . Run:
@@ -196,7 +201,10 @@ You can interact with all your installed MCP servers in VS Code:
196201 > [!NOTE]
197202 > This command creates a `.vscode/mcp.json` file in the current directory. We
198203 > recommend you add it to your `.gitignore` file.
199-
204+
205+ {{< /tab > }}
206+ {{</tabs > }}
207+
2002081 . In Visual Studio Code, open a new Chat and select the **Agent** mode:
201209
202210 
You can’t perform that action at this time.
0 commit comments