Skip to content

Commit 05b89a6

Browse files
committed
docs: update readme
1 parent 6a40e16 commit 05b89a6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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

208191
The Burger MCP server provides these tools for AI agents:

0 commit comments

Comments
 (0)