/** * Shared MCP Server factory. * * Creates a configured MCP Server instance with all LinkForty tool handlers * registered. Used by both the stdio and HTTP entry points. */ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { LinkFortyClient } from './client.js'; export declare function createServer(client: LinkFortyClient): Server; //# sourceMappingURL=server.d.ts.map