import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Build an MCP `Server` instance with the tokenometer tool set wired up. * Transport layering (stdio, sse, etc.) is handled separately by the * caller; this function just registers request handlers. */ export declare const createServer: () => Server; //# sourceMappingURL=server.d.ts.map