Skip to content

Commit b738294

Browse files
committed
fix build
1 parent 85816d8 commit b738294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start:server": "python3 serve.py",
88
"start:mcp-server": "cd ../simple-server && npm install && npm run start",
9-
"start:proxy": "python3 proxy/serve.py",
9+
"start:proxy": "python3 serve.py",
1010
"build": "concurrently 'INPUT=example-host.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'",
1111
"server": "bun server.ts",
1212
"start": "NODE_ENV=development npm run build && concurrently 'npm run start:server' 'npm run start:mcp-server' 'npm run start:proxy'"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"start": "cd examples/example-host && npm i && npm start",
26+
"start": "cd examples/simple-host && npm i && npm start",
2727
"build": "bun build.bun.ts",
2828
"prepare": "npm run build",
2929
"prettier:base-cmd": "prettier -u --ignore-path ./.gitignore --ignore-path ./.prettierignore",

0 commit comments

Comments
 (0)