@xzkcz/iztro-mcp-server
Version:
MCP server exposing iztro astrology methods for Zi Wei Dou Shu astrolabe generation and horoscope analysis
13 lines • 344 B
TypeScript
export type GenAstrolabeOptions = {
date: string;
hour: number;
gender: 'male' | 'female';
path: string;
fixLeap?: boolean;
locale?: 'zh-CN' | 'en-US';
};
export declare function genAndSaveAstrolabe(options: GenAstrolabeOptions): {
success: boolean;
files: string[];
};
//# sourceMappingURL=genFullAstro.d.ts.map