You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,9 +102,9 @@ Ensure you have GitHub Copilot and GitHub Copilot Chat extensions installed.
102
102
103
103
::install-button
104
104
---
105
-
url: "https://docs.example.com/mcp"
106
-
ide: "vscode"
107
-
label: "Install in VS Code"
105
+
ide: vscode
106
+
label: Install in VS Code
107
+
url: https://docs.example.com/mcp
108
108
---
109
109
::
110
110
@@ -159,7 +159,7 @@ Or manually create/update the `.vscode/mcp.json` file:
159
159
160
160
## Customization
161
161
162
-
Since Docus uses the [`@nuxtjs/mcp-toolkit`](https://mcp-toolkit.nuxt.dev/) module, you can extend the MCP server with custom tools, resources, prompts, and handlers.
162
+
Since Docus uses the `@nuxtjs/mcp-toolkit` module, you can extend the MCP server with custom tools, resources, prompts, and handlers.
Handlers allow you to create separate MCP endpoints with their own tools, resources, and prompts. This is useful for exposing different capabilities at different routes.
230
230
231
231
For example, you could have:
232
+
232
233
-`/mcp` - Main documentation MCP server
233
234
-`/mcp/migration` - Dedicated MCP server for migration assistance
0 commit comments