We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a49fa commit 57e6c00Copy full SHA for 57e6c00
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@programcomputer/nasa-mcp-server",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Model Context Protocol (MCP) server for NASA APIs",
5
"main": "dist/index.js",
6
"files": [
src/index.ts
@@ -416,7 +416,7 @@ async function startServer() {
416
417
name: "NASA MCP Server",
418
description: "Model Context Protocol server for NASA APIs",
419
- version: "1.0.7"
+ version: "1.0.8"
420
},
421
422
capabilities: {
0 commit comments