@openephemeris/mcp-server 3.21.0 → 3.21.1
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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ Version numbering follows [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [3.21.1] — 2026-07-12
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **"Developer tier" renamed to "Pro tier"** in all user-facing copy, matching the site-wide rename (the internal plan id `developer` and `/pricing?plan=developer` URLs are unchanged). Updated the `explore_human_design_transit` / `explore_human_design_connection` tool descriptions, the `transit_search` range-limit note, and the astrocartography / API-reference / setup skill docs. Historical changelog entries below retain the old name as a record of what shipped.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
10
17
|
## [3.21.0] — 2026-07-09
|
|
11
18
|
|
|
12
19
|
Launch-readiness wave from the three-perspective master review (directory vetting, first-run UX, revenue red-team).
|
|
@@ -1323,7 +1323,7 @@ registerTool({
|
|
|
1323
1323
|
});
|
|
1324
1324
|
// ── Tool: explore_human_design_transit ───────────────────────────────────────
|
|
1325
1325
|
// Personalized Human Design transit overlay (natal chart + a transiting moment).
|
|
1326
|
-
// Premium (
|
|
1326
|
+
// Premium (Pro tier). Calls POST /human-design/transit-chart.
|
|
1327
1327
|
registerTool({
|
|
1328
1328
|
name: "explore_human_design_transit",
|
|
1329
1329
|
description: "Overlay the current (or a chosen) planetary transit on a person's natal Human Design bodygraph.\n\n" +
|
|
@@ -1331,7 +1331,7 @@ registerTool({
|
|
|
1331
1331
|
"Highlights the channels a transit temporarily COMPLETES with the natal chart and any centers it " +
|
|
1332
1332
|
"newly defines — the core of a Human Design transit reading. " +
|
|
1333
1333
|
"Returns an interactive overlay bodygraph in MCP Apps-capable hosts (Claude Desktop), with a text " +
|
|
1334
|
-
"summary fallback elsewhere. Premium (
|
|
1334
|
+
"summary fallback elsewhere. Premium (Pro tier). Calculated with NASA JPL DE440 ephemerides.",
|
|
1335
1335
|
inputSchema: {
|
|
1336
1336
|
type: "object",
|
|
1337
1337
|
properties: {
|
|
@@ -1412,7 +1412,7 @@ registerTool({
|
|
|
1412
1412
|
},
|
|
1413
1413
|
});
|
|
1414
1414
|
// ── Tool: explore_human_design_connection ────────────────────────────────────
|
|
1415
|
-
// Two-person Human Design connection (synastry) overlay. Premium (
|
|
1415
|
+
// Two-person Human Design connection (synastry) overlay. Premium (Pro tier).
|
|
1416
1416
|
// Calls POST /human-design/composite.
|
|
1417
1417
|
registerTool({
|
|
1418
1418
|
name: "explore_human_design_connection",
|
|
@@ -1420,7 +1420,7 @@ registerTool({
|
|
|
1420
1420
|
"theory. CREDIT COST: 3 credits per call. Classifications: " +
|
|
1421
1421
|
"electromagnetic (attraction), companionship (sameness), dominance (one defines), and " +
|
|
1422
1422
|
"compromise (friction). Returns an interactive two-person overlay bodygraph in MCP Apps-capable " +
|
|
1423
|
-
"hosts, with a text summary fallback elsewhere. Premium (
|
|
1423
|
+
"hosts, with a text summary fallback elsewhere. Premium (Pro tier). NASA JPL DE440 ephemerides.",
|
|
1424
1424
|
inputSchema: {
|
|
1425
1425
|
type: "object",
|
|
1426
1426
|
properties: {
|
|
@@ -15,7 +15,7 @@ registerTool({
|
|
|
15
15
|
" Example: Uranus Opposition → transiting_planets=['uranus'], natal_points=['uranus'], aspect_angle=180\n" +
|
|
16
16
|
" Example: Outer planets to natal Sun/Moon → transiting_planets=['saturn','uranus','neptune','pluto'], natal_points=['sun','moon']\n\n" +
|
|
17
17
|
"DEFAULT natal_points (when omitted): sun, moon, mercury, venus, mars, jupiter, saturn.\n" +
|
|
18
|
-
"SEARCH RANGE LIMITS: Explorer/PayG tier → 1 year max;
|
|
18
|
+
"SEARCH RANGE LIMITS: Explorer/PayG tier → 1 year max; Pro → 5 years; Startup → 10 years.\n" +
|
|
19
19
|
"CREDIT COST: 6 credits per call.",
|
|
20
20
|
inputSchema: {
|
|
21
21
|
type: "object",
|