关于
This tool automates the transformation of markdown templates, such as those used for GitHub Issues, into fully functional MCP tools and FastAPI endpoints. By defining a template once, developers can automatically generate both a REST API with Swagger UI for easy testing and an MCP-compliant interface. The process involves loading templates from various sources like local files, directories, or URLs, parsing them to extract variables and metadata, dynamically generating typed FastAPI endpoints using Pydantic models, and then serving these as both a standard REST API and interactive MCP tools.