caelus-mcp 0.13.0 → 0.15.0
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/README.md +8 -3
- package/dist/src/server.d.ts +721 -17
- package/dist/src/server.js +311 -28
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# caelus-mcp
|
|
2
2
|
|
|
3
3
|
MCP server for the [caelus](https://github.com/heavyblotto/caelus) ephemeris
|
|
4
|
-
engine:
|
|
4
|
+
engine: twenty-two chart tools over stdio. Computation only — positions, houses,
|
|
5
5
|
aspects with orbs, event search, electional, returns, progressions, composite,
|
|
6
6
|
dignities, Hermetic lots, the Hellenistic time-lords (profections, firdaria,
|
|
7
|
-
zodiacal releasing),
|
|
7
|
+
zodiacal releasing), primary directions, and the Vedic layer (nakshatras,
|
|
8
|
+
dashas, vargas, yogas) — the model does the interpreting.
|
|
8
9
|
It needs
|
|
9
10
|
no API keys, ephemeris files, or network calls; the engine data ships inside
|
|
10
11
|
the package.
|
|
@@ -55,7 +56,11 @@ A hosted Streamable HTTP endpoint is also live at
|
|
|
55
56
|
| `profections` | Annual and monthly profections to a target date: age, the profected signs and their whole-sign houses, and the lord of the year |
|
|
56
57
|
| `firdaria` | The firdaria planetary time-lord periods: the full 75-year timeline (nine periods, seven sub-periods each) and the lords active at a target date |
|
|
57
58
|
| `releasing` | Zodiacal releasing (aphesis) from the Lot of Spirit or Fortune: the L1–L4 period timeline and the lords active at a target date, with loosing of the bond |
|
|
58
|
-
| `directions` | Primary directions of the seven traditional planets to the four angles (MC/IC/Asc/Desc) by the Naibod or Ptolemy time key, sorted by age |
|
|
59
|
+
| `directions` | Primary directions of the seven traditional planets to the four angles (MC/IC/Asc/Desc), and optionally between the planets (mundane), by the Naibod or Ptolemy time key, sorted by age |
|
|
60
|
+
| `nakshatras` | The nakshatra (lunar mansion), pada, and ruling planet of each classical planet and the Ascendant on the sidereal zodiac (Lahiri by default) |
|
|
61
|
+
| `dasha` | Vedic dasha periods from the Moon's nakshatra — Vimshottari (120y), Yogini (36y), or Ashtottari (108y): the maha → antar timeline and the lords active at a target date |
|
|
62
|
+
| `vargas` | Parashari divisional charts (D1 rasi, D2, D3, D9 navamsa, D10, D12, D30): the divisional sign of each planet and the Ascendant |
|
|
63
|
+
| `yogas` | Vedic yogas on the rasi chart: Pancha Mahapurusha, Gajakesari, Budha-Aditya, Chandra-Mangala, Kemadruma, plus raja/dhana yogas and yogakarakas |
|
|
59
64
|
|
|
60
65
|
`natal_chart` and `current_sky` also tag each body with its solar phase
|
|
61
66
|
(cazimi/combust/under-the-beams) and each aspect with applying/separating.
|