File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -186,23 +186,6 @@ Common scripts (run from repo root):
186186| Fix lint | ` npm run lint:fix ` |
187187| Format | ` npm run format ` |
188188
189- Per-package development (examples):
190-
191- ``` bash
192- npm run start --workspace=burger-api # Burger API (Functions)
193- npm run start --workspace=agent-api # Agent API (Functions)
194- npm run start --workspace=burger-mcp # MCP server (HTTP /mcp & /sse)
195- npm run start --workspace=agent-webapp # Agent chat UI
196- npm run start --workspace=burger-webapp # Orders dashboard
197- ```
198-
199- Use mock data where available:
200-
201- ``` bash
202- npm run start:mock --workspace=agent-webapp
203- npm run start:mock --workspace=burger-webapp
204- ```
205-
206189## MCP tools
207190
208191The Burger MCP server provides these tools for AI agents:
You can’t perform that action at this time.
0 commit comments