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 ae5b089 commit c115fdfCopy full SHA for c115fdf
README.md
@@ -184,7 +184,7 @@ The Burger MCP server provides these tools for AI agents:
184
| `get_topping_categories` | Get a list of all topping categories |
185
| `get_orders` | Get a list of all orders in the system |
186
| `get_order_by_id` | Get a specific order by its ID |
187
-| `place_order` | Place a new order with burgers (requires `userId`) |
+| `place_order` | Place a new order with burgers (requires `userId`, optional `nickname`) |
188
| `delete_order_by_id` | Cancel an order if it has not yet been started (status must be `pending`, requires `userId`) |
189
190
### Testing the MCP Server
0 commit comments