/** * Stay tools for the Frihet MCP server. * * Wave 4 — 5 tools for vacation rental management: * list_reservations, get_reservation, create_reservation, * list_properties, sync_channel * * ERP backend endpoints land separately (Frihet-ERP S2 sprint). * Tools target /v1/stay/reservations, /v1/stay/properties, /v1/stay/channels. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { IFrihetClient } from "../client-interface.js"; export declare function registerStayTools(server: McpServer, client: IFrihetClient): void; //# sourceMappingURL=stay.d.ts.map