UNPKG

@shopana/novaposhta-mcp-server

Version:

MCP Server for Nova Poshta API integration with AI assistants

13 lines 431 B
import type { ServerConfig } from './config.js'; export declare class NovaPoshtaMCPServer { private readonly config; private readonly server; private readonly logger; private readonly toolContext; private readonly transports; constructor(config: ServerConfig); startStdio(): Promise<void>; startHttp(port?: number): Promise<void>; private registerHandlers; } //# sourceMappingURL=server.d.ts.map