Skip to content

Commit 081ec3d

Browse files
committed
docs: update
1 parent 3990c01 commit 081ec3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/nuxt-mcp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ export default defineNuxtConfig({
2121

2222
Then the MCP server will be available at `http://localhost:3000/__mcp/sse`.
2323

24-
- If you are using VSCode, create a `.vscode/mcp.json` file in your project root, this plugin will automatically update it for you.
25-
- If you are using Cursor, create a `.cursor/mcp.json` file in your project root, this plugin will automatically update it for you.
24+
> 💡 When using VSCode, Cursor, Windsurf, the module will automatically update the config files for you.
2625
2726
## Module Hooks
2827

packages/vite-plugin-mcp/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ export default defineConfig({
2424

2525
Then the MCP server will be available at `http://localhost:5173/__mcp/sse`.
2626

27-
- If you are using VSCode, create a `.vscode/mcp.json` file in your project root, this plugin will automatically update it for you.
28-
- If you are using Cursor, create a `.cursor/mcp.json` file in your project root, this plugin will automatically update it for you.
27+
> 💡 When using VSCode, Cursor, Windsurf, the module will automatically update the config files for you.
28+
>
29+
> You can configure that in the options with `updateConfig` and `updateConfigServerName`.
2930
3031
## Sponsors
3132

0 commit comments

Comments
 (0)