@morphemeris/mcp 0.4.0 → 0.5.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 +2 -0
- package/dist/index.js +447 -229
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -159,6 +159,7 @@ Add to `~/.gemini/settings.json` (global) or `.gemini/settings.json` (project):
|
|
|
159
159
|
| `calculate_davison` | Davison relationship chart (time-space midpoint) |
|
|
160
160
|
| `calculate_progressed` | Secondary progressed chart (day-for-a-year) |
|
|
161
161
|
| `calculate_draconic` | Draconic chart (North Node = 0° Aries rotation) |
|
|
162
|
+
| `find_returns` | Planetary return charts (Sun, Moon, or other body returning to natal longitude) |
|
|
162
163
|
| `list_available_values` | Discover valid bodies, house systems, ayanamsha systems, eclipse types, heliacal events, zodiac signs |
|
|
163
164
|
|
|
164
165
|
## Examples
|
|
@@ -174,6 +175,7 @@ Ask your AI agent:
|
|
|
174
175
|
- "What aspects does my chart have?" (uses natal_chart or calculate_aspects)
|
|
175
176
|
- "Compare my chart with my partner's" (uses synastry)
|
|
176
177
|
- "What are my current secondary progressions?" (uses progressed)
|
|
178
|
+
- "Calculate my 2025 solar return for Harrisonburg, VA" (uses find_returns)
|
|
177
179
|
|
|
178
180
|
## A note about time zones
|
|
179
181
|
|