ttbkk-mcp-server
Version:
MCP server providing access to Korean tteokbokki restaurant database with search, location-based queries, and brand information
8 lines • 393 B
TypeScript
import type { Place } from '../types/database.js';
/**
* Get detailed information about a specific restaurant (실제 ttbkk-web usePlaceDetail 기반)
* @param restaurantId - Unique identifier of the restaurant
* @returns Detailed restaurant information
*/
export declare function getRestaurantDetails(restaurantId: string): Promise<Place>;
//# sourceMappingURL=restaurant-details.d.ts.map