Skip to content

Commit 8898a2b

Browse files
committed
chore: update MCP package references to use new URLs and adjust server command in configuration
1 parent af3d573 commit 8898a2b

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

.browser-echo-mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url":"http://127.0.0.1:5179","routeLogs":"/__client-logs","timestamp":1755812258719,"pid":40137}
1+
{"url":"http://127.0.0.1:5179","routeLogs":"/__client-logs","timestamp":1755812597005,"pid":42067}

.cursor/mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"mcpServers": {
33
"browser-echo": {
4-
"command": "node",
5-
"args": ["packages/mcp/bin/cli.mjs"]
4+
"command": "npx",
5+
"args": ["https://pkg.pr.new/instructa/browser-echo/@browser-echo/mcp@f3039cc"]
66
}
77
}
88
}

example/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "19.1.1"
1515
},
1616
"devDependencies": {
17-
"@browser-echo/mcp": "workspace:*",
17+
"@browser-echo/mcp": "https://pkg.pr.new/instructa/browser-echo/@browser-echo/mcp@f3039cc",
1818
"@browser-echo/next": "https://pkg.pr.new/instructa/browser-echo/@browser-echo/next@f3039cc",
1919
"@eslint/eslintrc": "^3",
2020
"@tailwindcss/postcss": "^4.1.12",

pnpm-lock.yaml

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/cleanup.ts

100644100755
File mode changed.

scripts/switch-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ PACKAGES=(
2525
"@browser-echo/core"
2626
"@browser-echo/next"
2727
"@browser-echo/nuxt"
28+
"@browser-echo/mcp"
2829
"@browser-echo/react"
2930
"@browser-echo/vite"
3031
"@browser-echo/vue"

0 commit comments

Comments
 (0)