You own the code
Generated code is yours to modify. There’s no lock-in, no proprietary runtime, no SDK dependency. The server is standard Python using open-source libraries (FastMCP, httpx, Pydantic).Common customizations
Adjust tool descriptions
Tool descriptions are used by AI agents to decide when to call a tool. You can improve them directly inserver.py:
Add custom tools
Add new tools directly inserver.py:
Modify resilience settings
All resilience parameters are in.env and can be changed without modifying code. See Security Features for all options.
Change the base URL
Override the API base URL in.env:
.env
Re-generating
If the original API spec is updated, you can re-generate the server from the updated spec. Your customizations inserver.py will be overwritten, so keep custom tools in a separate file if you plan to re-generate frequently.