UNPKG

@meetbot/mcp

Version:

Model Context Protocol (MCP) server for Meet.bot booking page API

16 lines 395 B
import express from 'express'; /** * Streamable HTTP MCP Server implementation */ export declare class MeetbotMCPStreamable { private server; private transports; private clients; constructor(); private setupToolHandlers; /** * Create Express app with MCP endpoints */ createApp(): express.Application; } //# sourceMappingURL=mcp-server-streamable.d.ts.map