📦
LunchTime
LunchTime is a .NET project for managing and picking restaurants for lunch, featuring a Model Context Protocol (MCP) server implementation.
0 installs
Trust: 34 — Low
Maps
Ask AI about LunchTime
Powered by Claude · Grounded in docs
I know everything about LunchTime. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
LunchTime
LunchTime is a .NET project for managing and picking restaurants for lunch, featuring a Model Context Protocol (MCP) server implementation.
Features
- Add, list, and pick restaurants
- Track visit statistics
- .NET 9.0, C#
- MCP server integration
Project Structure
LunchTimeMCP/- Main project source code.gitignore- Standard ignores for .NET and VS CodeLunchTime.sln- Solution file
Getting Started
Prerequisites
- .NET 9.0 SDK
- Git
Build and Run
- Clone the repository:
git clone https://github.com/yourusername/LunchTime.git cd LunchTime - Build and run the MCP server:
dotnet run --project LunchTimeMCP/LunchTimeMCP.csproj
Usage
- The MCP server exposes endpoints for restaurant management.
- Customize or extend the logic in
RestaurantService.csandRestaurantTools.cs.
License
MIT License
