Expand description
Server orchestration. Handles database setup, access control configuration, and MCP server construction from CLI arguments.
Functionsยง
- serve
- Builds and serves the MCP server from the given CLI arguments over the provided transport. Creates the connection pool, runs init scripts on new databases, assembles the authorization resolver from the preset and allow/deny overrides, and starts the MCP service. Returns the running service handle.