UNPKG

orchestry-mcp

Version:

Orchestry MCP Server for multi-session task management

17 lines 408 B
#!/usr/bin/env node export declare class OrchestryServer { private mcpServer; private expressApp; private httpServer; private io; private db; private dbManager; private tools; private port; constructor(port?: number); initialize(): Promise<void>; private registerMCPTools; private setupWebSocket; run(): Promise<void>; } //# sourceMappingURL=index.d.ts.map