Turn any OpenAPI 3.x spec into a working MCP stdio server — typed tool schemas, auth wiring, and a smoke test per tool. Standard library only, no dependencies beyond PyYAML for YAML specs. ```bash python3 openapi2mcp.py \ --spec https://api.example.com/openapi.json \ --name example --out ./build --max-tools 8 --include 'pet|store'