@openephemeris/mcp-server 3.13.0 → 3.13.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.
@@ -303,7 +303,7 @@ registerTool({
303
303
  resource: {
304
304
  uri: BI_WHEEL_RESOURCE_URI,
305
305
  mimeType: BI_WHEEL_MIME_TYPE,
306
- text: "[Bi-Wheel Explorer UI]",
306
+ text: getBiWheelBundle(),
307
307
  },
308
308
  },
309
309
  ],
@@ -274,7 +274,7 @@ registerTool({
274
274
  resource: {
275
275
  uri: BODYGRAPH_RESOURCE_URI,
276
276
  mimeType: BODYGRAPH_MIME_TYPE,
277
- text: "[Human Design Bodygraph Explorer UI]",
277
+ text: getBodygraphBundle(),
278
278
  },
279
279
  },
280
280
  ],
@@ -181,7 +181,7 @@ registerTool({
181
181
  resource: {
182
182
  uri: CHART_WHEEL_RESOURCE_URI,
183
183
  mimeType: CHART_WHEEL_MIME_TYPE,
184
- text: "[Chart Wheel Explorer UI]",
184
+ text: getChartWheelBundle(),
185
185
  },
186
186
  },
187
187
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openephemeris/mcp-server",
3
- "version": "3.13.0",
3
+ "version": "3.13.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",