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 0dbdaaa commit 45f0670Copy full SHA for 45f0670
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@programcomputer/nasa-mcp-server",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Model Context Protocol (MCP) server for NASA APIs",
5
"main": "dist/index.js",
6
"files": [
src/index.ts
@@ -340,7 +340,7 @@ async function startServer() {
340
341
name: "NASA MCP Server",
342
description: "Model Context Protocol server for NASA APIs",
343
- version: "1.0.4"
+ version: "1.0.5"
344
},
345
346
capabilities: {
0 commit comments