@meetbot/mcp
Version:
Model Context Protocol (MCP) server for Meet.bot booking page API
11 lines • 599 B
JavaScript
/**
* Meet.bot MCP Package
* Model Context Protocol server for Meet.bot Booking Page API
*/
// Export main classes
export { MeetbotMCPServer } from './mcp-server.js';
export { MeetbotMCPStreamable as MeetbotMCPServerHTTP } from './mcp-server-streamable.js';
export { MeetbotClient } from './meetbot-client.js';
// Export schemas
export { BookSlotSchema, BookSlotRequestSchema, GetSlotsParamsSchema, GetInfoParamsSchema, PageInfoSchema, PagesSchema, SchedulingPageSchema, SlotsSchema, SlotDetailsSchema, MeetbotConfigSchema, ApiErrorSchema, } from './schemas.js';
//# sourceMappingURL=index.js.map