A lightweight, zero-dependency yet full-featured MCP protocol implementation built with .NET. It can be easily integrated into your application, regardless of its architecture.
- 🚀 Lightweight and high-performance
- 📦 Zero external dependencies
- 🔌 Easy to integrate
- 🎯 Full MCP protocol support
dotnet add package DotNetCampus.ModelContextProtocol// TODO: Add usage examplesDotNetCampus.ModelContextProtocol/
├── src/ # Source code
├── tests/ # Unit tests
├── build/ # Build configuration
│ └── Version.props # Version information
├── .github/ # GitHub configuration
│ └── workflows/ # CI/CD workflows
├── Directory.Build.props # MSBuild properties
├── Directory.Packages.props # NuGet package versions
└── README.md # This file
# Clone the repository
git clone https://github.com/dotnet-campus/DotNetCampus.ModelContextProtocol.git
cd DotNetCampus.ModelContextProtocol
# Build
dotnet build
# Run tests
dotnet test
# Pack NuGet packages
dotnet packContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
dotnet-campus(.NET 职业技术学院)