@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
38 lines • 917 B
JavaScript
export const LifeCycleCode = {
'001': '영유아',
'002': '아동',
'003': '청소년',
'004': '청년',
'005': '중장년',
'006': '노년',
'007': '임신 · 출산'
};
export const HouseholdTypeCode = {
'010': '다문화·탈북민',
'020': '다자녀',
'030': '보훈대상자',
'040': '장애인',
'050': '저소득',
'060': '한부모·조손'
};
export const InterestThemeCode = {
'010': '신체건강',
'020': '정신건강',
'030': '생활지원',
'040': '주거',
'050': '일자리',
'060': '문화·여가',
'070': '안전·위기',
'080': '임신·출산',
'090': '보육',
'100': '교육',
'110': '입양·위탁',
'120': '보호·돌봄',
'130': '서민금융',
'140': '법률'
};
export const SortOrderCode = {
'001': '최신순',
'002': '인기순'
};
//# sourceMappingURL=types.js.map