Skip to content

Commit f230df9

Browse files
committed
use tabs
1 parent 0afdad1 commit f230df9

File tree

1 file changed

+12
-4
lines changed
  • content/manuals/ai/mcp-catalog-and-toolkit

1 file changed

+12
-4
lines changed

content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,12 @@ and add Claude Desktop as a client:
164164

165165
You 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+
200208
1. In Visual Studio Code, open a new Chat and select the **Agent** mode:
201209

202210
![Copilot mode switching](./images/copilot-mode.png)

0 commit comments

Comments
 (0)