import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ServerContext } from "../context.js"; /** * Ops preflight & system tools (proposal G7). * * get_system_status workers / log config / session policy / creatable agents * restart_system_session bounce sweeper, resourcemgr, ... [admin] * facts_admin purge tombstoned facts, prune deleted summaries [admin] * * get_system_status turns the `no_worker_claimed` create_session failure into * a preflight check: workers === 0 means don't bother creating sessions yet. */ export declare function registerSystemTools(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=system.d.ts.map