@openephemeris/mcp-server 3.13.2 → 3.13.3

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.
@@ -309,6 +309,7 @@ registerTool({
309
309
  resource: {
310
310
  uri: BI_WHEEL_RESOURCE_URI,
311
311
  mimeType: BI_WHEEL_MIME_TYPE,
312
+ text: getBiWheelBundle(),
312
313
  },
313
314
  },
314
315
  ],
@@ -280,6 +280,7 @@ registerTool({
280
280
  resource: {
281
281
  uri: BODYGRAPH_RESOURCE_URI,
282
282
  mimeType: BODYGRAPH_MIME_TYPE,
283
+ text: getBodygraphBundle(),
283
284
  },
284
285
  },
285
286
  ],
@@ -187,6 +187,7 @@ registerTool({
187
187
  resource: {
188
188
  uri: CHART_WHEEL_RESOURCE_URI,
189
189
  mimeType: CHART_WHEEL_MIME_TYPE,
190
+ text: getChartWheelBundle(),
190
191
  },
191
192
  },
192
193
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openephemeris/mcp-server",
3
- "version": "3.13.2",
3
+ "version": "3.13.3",
4
4
  "description": "Model Context Protocol server for the Open Ephemeris astronomical computation API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",