export { createBabysitterMcpServer } from "./server"; /** * Start the MCP server on stdio transport. * This is the main entry point for running the babysitter MCP server. */ export declare function startStdioServer(): Promise; //# sourceMappingURL=index.d.ts.map