We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c04ee commit e31c854Copy full SHA for e31c854
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"start": "run-on-output -n 'ready' -p 'burger.*lock lease,agent.*lock lease' concurrently \"npm:start:*\" --kill-others",
9
"start:burger": "npm run start --workspace=burger-webapp",
10
- "start:mcp": "npm run start --workspace=burger-mcp --",
+ "start:mcp": "npm run start --workspace=burger-mcp -- --local",
11
"start:agent": "npm run start --workspace=agent-webapp",
12
"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'",
13
"build": "npm run build --workspaces --if-present",
0 commit comments