UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

7 lines 261 B
/** * MCP Client utility for web dashboard * Provides interface to call MCP tools from the web dashboard */ export declare function getMCPClient(): any; export declare function initializeMCPClient(): Promise<boolean>; //# sourceMappingURL=mcp-client.d.ts.map