MCP-Hello-World
MCP-Hello-World is a simple project designed to learn the basics of C# programming. This project serves as a good starting point for understanding fundamental syntax and features of C#. It is aimed at beginners, allowing them to experience programming fundamentals through straightforward code.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
60
Forks
0
Issues
0
README
MCP Hello World 👋

📦 Installed Packages
🚀 How to Run?
1. Build the Project
dotnet build
2. Run with MCP Inspector
npx @modelcontextprotocol/inspector dotnet run
This command runs dotnet run through the MCP Inspector, allowing you to observe the output of the application.