- Restaurante MCP - Ejemplo
Restaurante MCP - Ejemplo
What is Restaurante MCP?
Restaurante MCP is a digital conversational restaurant example that utilizes the Model Context Protocol (MCP), Python, and OpenAI GPT to create an interactive dining experience.
How to use Restaurante MCP?
To use Restaurante MCP, clone the repository, configure your OpenAI API key, and run the project using the provided start script. This will set up the server and client for interaction.
Key features of Restaurante MCP?
- Digital menu with emojis 🍕🍔
- Supports orders for up to 10 tables simultaneously
- Useful commands for cleaning, changing tables, and assistance
- Mock payment link generation
- Conversational client powered by GPT and MCP tools
Use cases of Restaurante MCP?
- Managing restaurant orders in a conversational manner.
- Providing an interactive menu experience for customers.
- Demonstrating the capabilities of MCP in a real-world application.
FAQ from Restaurante MCP?
- Can I customize the menu?
Yes! You can edit the menu file to add, remove, or modify items, including using emojis for a more visual appeal.
- What are the system requirements?
You need to have
uvinstalled to run the project. Follow the installation guide provided in the repository.
- How does the payment link work?
The payment link is a mock feature for demonstration purposes and does not process real transactions.