Common framework for building a Sse MCP server.
$ dotnet add package ModelContextProtocolServer.HybridCommon framework for building a hybrid (Stdio and/or Sse) MCP server.
using ModelContextProtocolServer.Hybrid;
await HybridServer.RunAsync(args);
If the argument --stdio is provided, a Stdio MCP Server is started.
If the argument --sse is provided, a Sse MCP Server is started.
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of ModelContextProtocolServer.Hybrid.