UNPKG

@xzkcz/iztro-mcp-server

Version:

MCP server exposing iztro astrology methods for Zi Wei Dou Shu astrolabe generation and horoscope analysis

17 lines 542 B
export declare function getAstroMonth({ year, fixLeap, locale }: { year: number; fixLeap?: boolean; locale?: string; }): { solarDate: string; lunarDate: string; monthly: { index: number; name: string; heavenlyStem: import("iztro/lib/i18n").HeavenlyStemName; earthlyBranch: import("iztro/lib/i18n").EarthlyBranchName; palaceNames: import("iztro/lib/i18n").PalaceName[]; mutagen: import("iztro/lib/i18n").StarName[]; }; }[]; //# sourceMappingURL=getAstroMonth.d.ts.map