UNPKG

@minjunkwon/localgovernment-welfare-mcp-server

Version:

MCP server for Korean Local Government Welfare Services - provides intelligent search and information retrieval for local government social welfare programs

9 lines 488 B
import { LocalWelfareListRequest, LocalWelfareDetailRequest, LocalWelfareListResponse, LocalWelfareDetailResponse } from './types.js'; export declare class LocalWelfareAPI { private serviceKey; constructor(serviceKey?: string); private makeRequest; getLocalWelfareList(params: LocalWelfareListRequest): Promise<LocalWelfareListResponse>; getLocalWelfareDetail(params: LocalWelfareDetailRequest): Promise<LocalWelfareDetailResponse>; } //# sourceMappingURL=api.d.ts.map