Skip to content

Commit d13f10a

Browse files
committed
chore: remove .browser-echo-mcp.json file and add new .cursor/mcp.json configuration for browser-echo server setup
1 parent dadbcb1 commit d13f10a

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

.browser-echo-mcp.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.cursor/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"browser-echo": {
4+
"command": "node",
5+
"args": ["packages/mcp/bin/cli.mjs"]
6+
}
7+
}
8+
}

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dom": ">=18.0.0"
4242
},
4343
"dependencies": {
44-
"@browser-echo/core": "^1.0.0"
44+
"@browser-echo/core": "workspace:*"
4545
},
4646
"scripts": {
4747
"build": "unbuild",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nuxt/kit": ">=3.11.0"
2626
},
2727
"dependencies": {
28-
"@browser-echo/core": "^1.0.0"
28+
"@browser-echo/core": "workspace:*"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": ">=18.0.0"
2727
},
2828
"dependencies": {
29-
"@browser-echo/core": "^1.0.0"
29+
"@browser-echo/core": "workspace:*"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"ansis": "^3.2.0",
29-
"@browser-echo/core": "^1.0.0"
29+
"@browser-echo/core": "workspace:*"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue": ">=3.3.0"
2626
},
2727
"dependencies": {
28-
"@browser-echo/core": "^1.0.0"
28+
"@browser-echo/core": "workspace:*"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

0 commit comments

Comments
 (0)