/** * System Module — suite_guide, suite_status, suite_setup, suite_health, suite_delete * * Meta-tools for managing the Personal Suite itself. This file owns the MCP * tool-registration surface. The heavier logic lives in: * - ./setup-builders.ts — turns flat tool args into typed module configs * - ./health-checks.ts — probes each configured module * - ./guide.ts — embedded documentation strings */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerSystemTools(server: McpServer): void; //# sourceMappingURL=index.d.ts.map