UNPKG

ttbkk-mcp-server

Version:

MCP server providing access to Korean tteokbokki restaurant database with search, location-based queries, and brand information

5 lines 191 B
/** * Convert address or place name to coordinates using ttbkk-edge geocoding API */ export declare function geocodeAddress(args: any): Promise<any>; //# sourceMappingURL=geocoding.d.ts.map