kundali-chart-mcp 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kundali-chart-mcp.js +3 -3
- package/package.json +2 -2
package/kundali-chart-mcp.js
CHANGED
|
@@ -315,7 +315,7 @@ server.tool(
|
|
|
315
315
|
|
|
316
316
|
server.tool(
|
|
317
317
|
"get_yogini_dasha",
|
|
318
|
-
"
|
|
318
|
+
"Calculate Yogini Dasha — an alternative planetary period system in Vedic astrology. Unlike Vimshottari Dasha (which uses 9 planets over 120 years), Yogini Dasha uses 8 yoginis (female deities: Mangala, Pingala, Dhanya, Bhramari, Bhadrika, Ulka, Siddha, Sankata) in a repeating 36-year cycle. Each of the 27 nakshatras maps to one of these 8 yoginis. The system shows which yogini period you are currently in, when it started, and when it ends. Used by astrologers to predict major life events and favorable/ challenging periods.",
|
|
319
319
|
standardBirthInput,
|
|
320
320
|
async (a) => jsonContent(await callRemote("get_yogini_dasha", a)),
|
|
321
321
|
);
|
|
@@ -409,7 +409,7 @@ server.tool(
|
|
|
409
409
|
|
|
410
410
|
server.tool(
|
|
411
411
|
"get_nakshatra_analysis",
|
|
412
|
-
"Get
|
|
412
|
+
"Get Nakshatra analysis — detailed information about which nakshatra (lunar mansion) each planet occupies. The 27 nakshatras are divisions of the ecliptic (like zodiac signs but smaller, each 13°20'). Each nakshatra has its own deity, symbol, and qualities that modify how a planet expresses itself. For example, Moon in Rohini (ruled by Brahma, the creator) gives creative and nurturing qualities, while Moon in Jyeshtha (ruled by Indra) gives leadership and competitiveness.",
|
|
413
413
|
{ ...standardBirthInput, nakshatra_name: z.string().optional() },
|
|
414
414
|
async (a) => jsonContent(await callRemote("get_nakshatra_analysis", a)),
|
|
415
415
|
);
|
|
@@ -538,7 +538,7 @@ server.tool(
|
|
|
538
538
|
|
|
539
539
|
server.tool(
|
|
540
540
|
"get_kalachakra_dasha",
|
|
541
|
-
"
|
|
541
|
+
"Calculate Kalachakra Dasha — a sign-based dasha system spanning 112 years. The 12 zodiac signs are divided into 9 groups (3 movable, 3 fixed, 3 dual signs), each group covering a specific number of years. Unlike planet-based dashas, Kalachakra focuses on the sign sequence and is particularly useful for timing spiritual growth, career changes, and major life transitions.",
|
|
542
542
|
standardBirthInput,
|
|
543
543
|
async (a) => jsonContent(await callRemote("get_kalachakra_dasha", a)),
|
|
544
544
|
);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kundali-chart-mcp",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
|
|
3
|
+
"version": "0.2.8",
|
|
4
|
+
"description": "The most comprehensive Vedic Astrology MCP server — 48 tools, zero setup. Works with Claude, Cursor, VS Code, Windsurf, Zed, and any MCP client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"kundali-chart-mcp": "kundali-chart-mcp.js",
|