UNPKG

@xzkcz/iztro-mcp-server

Version:

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

28 lines 1.06 kB
import { PalaceName } from "iztro/lib/i18n"; export declare function getMutagedPlaces({ date, hour, gender, fixLeap, locale, palaceName }: { date: string; hour: number; gender: 'male' | 'female'; palaceName: number | PalaceName; fixLeap?: boolean; locale?: string; }): string | { transformation: string; transformationIndex: number; place: { index: number; name: PalaceName; isBodyPalace: boolean; isOriginalPalace: boolean; heavenlyStem: import("iztro/lib/i18n").HeavenlyStemName; earthlyBranch: import("iztro/lib/i18n").EarthlyBranchName; majorStars: { name: import("iztro/lib/i18n").StarName; type: import("iztro/lib/data/types/general.js").StarType; scope: import("iztro/lib/data/types/general.js").Scope; brightness: import("iztro/lib/i18n").Brightness | undefined; mutagen: import("iztro/lib/i18n").Mutagen | undefined; }[]; } | null; }[]; //# sourceMappingURL=getMutagedPlaces.d.ts.map