We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hjsh200219/fortuneteller'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•1.03 kB
/**
* 사주 분석 라이브러리 통합 export
*/
// 기존 라이브러리
export * from './saju.js';
export * from './calendar.js';
// 공통 유틸리티
export * from './constants.js';
export * from './helpers.js';
// 새로운 추가 기능
export * from './daeun_analysis.js'; // 대운 (10년 운세)
export * from './seyun_analysis.js'; // 세운 (년운)
export * from './wolun_analysis.js'; // 월운
export * from './iljin_analysis.js'; // 일진
export * from './taekil_recommendation.js'; // 택일
export * from './jakmeong_analysis.js'; // 작명
export * from './pungsu_advice.js'; // 풍수
// UX 개선 기능
export * from './career_recommendation.js'; // 직업 추천 (십성 통합)
export * from './timing_advice.js'; // 시기 조언 (대운 통합)
// 해석 유파 시스템
export * from './interpretation_settings.js'; // 설정 관리자
export * from './school_interpreter.js'; // 유파별 해석기 인터페이스
// 용신 알고리즘 시스템 (4종)
export * from './yongsin/index.js';