UNPKG

veas

Version:

Veas CLI - Command-line interface for Veas platform

22 lines 522 B
export interface MCPServerOptions { port?: number; cacheOptions?: { enabled?: boolean; ttl?: number; }; } export declare class MCPServer { private server; private cache; private authManager; private tools; private isStandalone; constructor(options?: MCPServerOptions); initialize(): Promise<void>; private loadTools; private setupHandlers; private executeTool; start(): Promise<void>; stop(): Promise<void>; } //# sourceMappingURL=server.d.ts.map