/** * MCP Server initialization and configuration */ import { Server } from "@modelcontextprotocol/sdk/server/index.js"; /** * Creates and configures the MCP server instance * @returns Configured Server instance */ export declare function createServer(): Server; /** * Gets server information for logging * @returns Server info object */ export declare function getServerInfo(): { name: string; version: string; tools: string[]; }; //# sourceMappingURL=server.d.ts.map