McpEndpointsTools 1.0.8-alpha
See the version list below for details.
dotnet add package McpEndpointsTools --version 1.0.8-alpha
NuGet\Install-Package McpEndpointsTools -Version 1.0.8-alpha
<PackageReference Include="McpEndpointsTools" Version="1.0.8-alpha" />
<PackageVersion Include="McpEndpointsTools" Version="1.0.8-alpha" />
<PackageReference Include="McpEndpointsTools" />
paket add McpEndpointsTools --version 1.0.8-alpha
#r "nuget: McpEndpointsTools, 1.0.8-alpha"
#addin nuget:?package=McpEndpointsTools&version=1.0.8-alpha&prerelease
#tool nuget:?package=McpEndpointsTools&version=1.0.8-alpha&prerelease
Auto-registration of ASP.NET Core endpoints as MCP tools
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.0)
- ModelContextProtocol (>= 0.1.0-preview.14)
- ModelContextProtocol.AspNetCore (>= 0.1.0-preview.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.10-alpha | 2 | 5/17/2025 |
1.0.8-alpha | 18 | 5/17/2025 |
1.0.6-alpha | 40 | 5/17/2025 |
1.0.4-alpha | 143 | 5/15/2025 |
1.0.0-alpha | 144 | 5/13/2025 |
Add core structure and functionalities for MCP Endpoints Tools
Introduced the initial implementation of the MCP Endpoints Tools project, including foundational classes for server options, XML documentation handling, operation registration, and hosting setup. Added support for extension methods, dependency injection, and endpoint routing to facilitate server configuration and behavior. Included project structure, solution setup, and necessary `.gitignore` entries.