mcp server codegen support
Based on an OpenAPI 3.0 schema, can an MCP([Model Context Protocol] server be generated? If not currently supported, are there any plans or suggestions for support?
I came here to suggest the same thing. It should be possible to generate a "starter" MCP server from an OpenAPI schema, and then the developer can just add more descriptive text optimized for LLMs.
+1 This would be useful. Atleast some basic biolerplate.
Something to consider - should the MCP server be a separate executable, or would it be better to add additional endpoints/routes to the same REST API server executable? If that over-complicates things, let's just make it a separate executable.
+1