@meetbot/mcp
Version:
Model Context Protocol (MCP) server for Meet.bot booking page API
11 lines • 975 B
TypeScript
/**
* Meet.bot MCP Package
* Model Context Protocol server for Meet.bot Booking Page API
*/
export { MeetbotMCPServer } from './mcp-server.js';
export { MeetbotMCPStreamable as MeetbotMCPServerHTTP } from './mcp-server-streamable.js';
export { MeetbotClient } from './meetbot-client.js';
export type { BookSlot, BookSlotRequest, GetSlotsParams, GetInfoParams, PageInfo, Pages, SchedulingPage, Slots, SlotDetails, MeetbotConfig, ApiError, ApiResponse, } from './types.js';
export { BookSlotSchema, BookSlotRequestSchema, GetSlotsParamsSchema, GetInfoParamsSchema, PageInfoSchema, PagesSchema, SchedulingPageSchema, SlotsSchema, SlotDetailsSchema, MeetbotConfigSchema, ApiErrorSchema, } from './schemas.js';
export type { ValidatedBookSlot, ValidatedPageInfo, ValidatedSchedulingPage, ValidatedPages, ValidatedSlots, ValidatedBookSlotRequest, ValidatedGetSlotsParams, ValidatedGetInfoParams, ValidatedMeetbotConfig, } from './schemas.js';
//# sourceMappingURL=index.d.ts.map