Auto MCP #691
kaladinstorm84
started this conversation in
Show and tell
Auto MCP
#691
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote an easy to use bolt on for dotnet APIs that auto creates an MCP server alongside your current API.
<PackageReference Include="ZeroMcp" Version="1.*" />// Program.cs builder.Services.AddZeroMcp(options => { options.ServerName = "My Orders API"; options.ServerVersion = "1.0.0"; });app.MapZeroMcp(); // registers POST /mcpThat's it.
It's still very much a work in progress, but looking for insights
Give it a try
https://www.nuget.org/packages/ZeroMcp/
Beta Was this translation helpful? Give feedback.
All reactions