Skip to content

Commit e31c854

Browse files
committed
chore: force local api for mcp start
1 parent c5c04ee commit e31c854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "run-on-output -n 'ready' -p 'burger.*lock lease,agent.*lock lease' concurrently \"npm:start:*\" --kill-others",
99
"start:burger": "npm run start --workspace=burger-webapp",
10-
"start:mcp": "npm run start --workspace=burger-mcp --",
10+
"start:mcp": "npm run start --workspace=burger-mcp -- --local",
1111
"start:agent": "npm run start --workspace=agent-webapp",
1212
"ready": "echo '\n🚀 All services ready 🚀\n\n- Agent webapp : http://localhost:4280\n- Burger webapp : http://localhost:5173\n- Burger MCP : http://localhost:3000/mcp\n'",
1313
"build": "npm run build --workspaces --if-present",

0 commit comments

Comments
 (0)