@openephemeris/mcp-server 3.6.0 → 3.6.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 +10 -2
- package/README.md +2 -2
- package/config/dev-allowlist.json +1 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ Version numbering follows [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [3.7.0] — 2026-04-19
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Personal Tier Removed**: The platform no longer offers the Personal subscription tier.
|
|
14
|
+
- `ephemeris_transits` and `ephemeris_natal_transits` moved from Personal to the free **Explorer** tier.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
10
18
|
## [3.6.0] — 2026-04-17
|
|
11
19
|
|
|
12
20
|
### Added
|
|
@@ -132,9 +140,9 @@ Version numbering follows [Semantic Versioning](https://semver.org/).
|
|
|
132
140
|
- `ephemeris_progressed_chart` — secondary progressions (day-for-a-year method)
|
|
133
141
|
|
|
134
142
|
### Changed
|
|
135
|
-
-
|
|
136
|
-
- Startup tier: 15,000 credits/month (formerly 'Pro')
|
|
143
|
+
- Explorer tier: transit endpoints now open at free tier (no subscription required)
|
|
137
144
|
- Developer tier: 75,000 credits/month
|
|
145
|
+
- Startup tier: 15,000 credits/month (formerly 'Pro')
|
|
138
146
|
|
|
139
147
|
---
|
|
140
148
|
|
package/README.md
CHANGED
|
@@ -110,8 +110,8 @@ This package runs as a local stdio MCP server. Remote-only clients require a hos
|
|
|
110
110
|
| Category | Tool | Tier |
|
|
111
111
|
|---|---|---|
|
|
112
112
|
| Natal chart | `ephemeris_natal_chart` | Explorer |
|
|
113
|
-
| Transit forecast | `ephemeris_transits` |
|
|
114
|
-
| Transit chart snapshot | `ephemeris_natal_transits` |
|
|
113
|
+
| Transit forecast | `ephemeris_transits` | Explorer |
|
|
114
|
+
| Transit chart snapshot | `ephemeris_natal_transits` | Explorer |
|
|
115
115
|
| Moon phase / VOC | `ephemeris_moon_phase` | Explorer |
|
|
116
116
|
| Eclipse next visible | `ephemeris_next_eclipse` | Explorer |
|
|
117
117
|
| Electional window | `ephemeris_electional` | Developer |
|
|
@@ -477,14 +477,7 @@
|
|
|
477
477
|
],
|
|
478
478
|
"operationId": "features_acg_features_post"
|
|
479
479
|
},
|
|
480
|
-
|
|
481
|
-
"method": "POST",
|
|
482
|
-
"path": "/acg/heatmap/composite",
|
|
483
|
-
"tags": [
|
|
484
|
-
"Astrocartography"
|
|
485
|
-
],
|
|
486
|
-
"operationId": "AcgHeatmapCompositeAcgHeatmapCompositePost"
|
|
487
|
-
},
|
|
480
|
+
|
|
488
481
|
{
|
|
489
482
|
"method": "POST",
|
|
490
483
|
"path": "/acg/hermetic-lines",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openephemeris/mcp-server",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Model Context Protocol server for the Open Ephemeris astronomical computation API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"homepage": "https://openephemeris.com",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
61
|
-
"url": "https://github.com/
|
|
61
|
+
"url": "https://github.com/openephemeris/openephemeris-MCP.git"
|
|
62
62
|
},
|
|
63
63
|
"license": "MIT",
|
|
64
64
|
"engines": {
|