/** * Naver Map MCP Server * Server creation and configuration */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { type NaverMapConfig } from './config.js'; /** * Create and configure the MCP server */ export declare function createNaverMapServer(config: NaverMapConfig): McpServer; /** * Run the MCP server with stdio transport */ export declare function runServer(): Promise; //# sourceMappingURL=server.d.ts.map