UNPKG

@nyuta/estat-mcp

Version:

MCP server for e-Stat API integration - Access Japanese government statistical data

26 lines 684 B
import { Server } from "@modelcontextprotocol/sdk/server/index.js"; export declare const createServer: () => Server<{ method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; } | undefined; }, { method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; } | undefined; } | undefined; }, { [x: string]: unknown; _meta?: { [x: string]: unknown; } | undefined; }>; export declare function runServer(): Promise<void>; //# sourceMappingURL=server.d.ts.map