@openephemeris/mcp-server 3.2.10 → 3.2.11

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.
@@ -54,7 +54,7 @@ registerTool({
54
54
  " POST /predictive/returns/lunar — Lunar return chart\n" +
55
55
  " POST /comparative/synastry — Two-person synastry chart\n" +
56
56
  " POST /comparative/composite — Composite (midpoint) chart\n" +
57
- " POST /human-design/chart — Full HD bodygraph (body: {birth_datetime_utc: '1990-04-15T19:30:00Z'}) — lat/lon optional\n" +
57
+ " POST /human-design/chart — Full HD chart (body: {birth_datetime_utc: '1990-04-15T19:30:00Z'}) — lat/lon optional\n" +
58
58
  " POST /time/julian-day — Convert date to JD (body: {year: 1987, month: 7, day: 15, hour: 14, minute: 1})\n" +
59
59
  " GET /ephemeris/moon/phase — Current/queried moon phase\n" +
60
60
  " GET /ephemeris/moon/void-of-course — Next void-of-course period\n" +
@@ -14,7 +14,7 @@ function ensureTimezone(dt) {
14
14
  }
15
15
  registerTool({
16
16
  name: "human_design_chart",
17
- description: "Calculate a full Human Design bodygraph chart from birth data. Returns the person's Type " +
17
+ description: "Calculate a full Human Design I Ching hexagram chart from birth data. Returns the person's Type " +
18
18
  "(Generator, Manifesting Generator, Projector, Manifestor, Reflector), Strategy, Authority, " +
19
19
  "Profile (e.g. 1/3, 2/4), defined and undefined Centers, activated Gates and Channels, " +
20
20
  "Incarnation Cross, and both Personality (conscious) and Design (unconscious) planetary positions.\n\n" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openephemeris/mcp-server",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "description": "Model Context Protocol server for the Open Ephemeris astronomical computation API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",