UNPKG

bybit-mcp-server

Version:
12 lines 336 B
import { BybitConfigType } from './types.js'; export declare class BybitMCPServer { private server; private client; constructor(config: BybitConfigType); private setupHandlers; private handleToolCall; private logError; private sanitizeError; start(): Promise<void>; } //# sourceMappingURL=server.d.ts.map