@meetbot/mcp
Version:
Model Context Protocol (MCP) server for Meet.bot booking page API
20 lines • 498 B
TypeScript
/**
* MCP Server for Meet.bot Booking Page API
*/
export declare class MeetbotMCPServer {
private server;
private client;
constructor();
private setupToolHandlers;
private handleConfigureMeetbot;
private handleGetSchedulingPages;
private handleGetPageInfo;
private handleGetAvailableSlots;
private handleBookMeeting;
private handleHealthCheck;
/**
* Start the MCP server
*/
run(): Promise<void>;
}
//# sourceMappingURL=mcp-server.d.ts.map