sxhxliang / mcp-access-point

Turn a web server into an MCP server in one click without making any code changes.
https://deepwiki.com/OpenAgentX/mcp-access-point
MIT License
71 stars 15 forks source link

Support of YAML format for openAPI spec #7

Closed dhruv-bansal closed 1 month ago

dhruv-bansal commented 1 month ago

Currently code support only JSON format and documentation doesn't explicitly say YML is not supported, either warning or error is returned in case I provide YML format. Here is the pull request to support YML format. Also added test cases for quick testing.