Skip to content

Commit e6a5c87

Browse files
committed
docs: update readme
1 parent bdb4146 commit e6a5c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/burger-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Burger API provides the following endpoints:
3434
| GET | /api/toppings/{id} | Retrieves a specific topping by its ID |
3535
| GET | /api/toppings/categories | Returns a list of all topping categories |
3636
| GET | /api/orders | Returns a list of all orders in the system |
37-
| POST | /api/orders | Places a new order with burgers (requires `userId`) |
37+
| POST | /api/orders | Places a new order with burgers (requires `userId`, optional `nickname`) |
3838
| GET | /api/orders/{orderId} | Retrieves an order by its ID |
3939
| DELETE | /api/orders/{orderId} | Cancels an order if it has not yet been started (status must be 'pending', requires `userId` as a query parameter (e.g., `?userId={userId}`) |
4040
| GET | /api/images/{filepath} | Retrieves image files (e.g., /api/images/burgers/burger-1.jpg) |

packages/burger-mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Burger MCP server provides the following tools:
4040
| get_topping_categories | Get a list of all topping categories |
4141
| get_orders | Get a list of all orders in the system |
4242
| get_order_by_id | Get a specific order by its ID |
43-
| place_order | Place a new order with burgers (requires `userId`) |
43+
| place_order | Place a new order with burgers (requires `userId`, optional `nickname`) |
4444
| delete_order_by_id | Cancel an order if it has not yet been started (status must be `pending`, requires `userId`) |
4545

4646
## Test with MCP inspector

0 commit comments

Comments
 (0)