import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register all XC-MCP tools with the MCP server * Organizes tool registration into modular files by category * * When --build-only flag is set, only registers: * - xcodebuild tools (build, test, clean, list, version, get-details) * - simctl-list (for simulator discovery during builds) * - cache tools (cache, persistence) * - system tools (rtfm, tool-search) */ export declare function registerAllTools(server: McpServer): void; //# sourceMappingURL=index.d.ts.map