UNPKG

@trendmoon/mcp-server

Version:

TrendMoon MCP Server - Library and Standalone Server for Cryptocurrency and Social Data

15 lines 405 B
export interface StandaloneServerConfig { transport: 'stdio' | 'http'; http?: { port?: number; host?: string; enableCors?: boolean; }; server?: { name?: string; version?: string; apiClientConfig?: any; }; } export declare function startStandaloneServer(config: StandaloneServerConfig): Promise<void>; //# sourceMappingURL=server.d.ts.map