/** * Merlin MCP Server * AI-powered codebase intelligence for coding agents * https://merlin.build */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** Create and configure the MCP server */ export declare function createServer(): McpServer; /** Start the MCP server with stdio transport */ export declare function startServer(): Promise; //# sourceMappingURL=server.d.ts.map