Structs§
- ApiServer
Opts - Options for the API server — avoids too-many-arguments.
Functions§
- build_
schema - cmd_
serve - cmd_
serve_ daemon - Run the server as a background daemon (fork + detach).
- execute_
in_ process - Execute a GraphQL query in-process (no HTTP round-trip). In-process requests bypass auth — they’re trusted (e.g., MCP tools).
- start_
api_ background - Start the API server on the current thread (blocks forever). Called from a background thread when TUI mode has API enabled.