Expand description
Top-level code generation orchestrator.
Calls each sub-generator (Python, TypeScript, OpenAPI, GraphQL, MCP) and assembles the complete set of generated files.
Functions§
- generate_
all - Generate all client files from a compiled schema.
- generate_
all_ in_ memory - Generate all client files as in-memory strings (no disk write).