import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Sets up and configures the MCP server with the appropriate request handlers. * * @param knowledgeGraphManager The KnowledgeGraphManager instance to use for request handling * @returns The configured server instance */ export declare function setupServer(knowledgeGraphManager: any): Server;