Skip to main content

Module codegen

Module codegen 

Source
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).