UNPKG

@edicarlos.lds/businessmap-mcp

Version:

Model Context Protocol server for BusinessMap (Kanbanize) integration

7 lines 271 B
import { Server } from 'node:http'; import express from 'express'; export interface HttpServerOptions { middlewares?: express.RequestHandler[]; } export declare function startHttpServer(options?: HttpServerOptions): Promise<Server>; //# sourceMappingURL=http.d.ts.map