Skip to content

Commit 45f0670

Browse files
version change
1 parent 0dbdaaa commit 45f0670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programcomputer/nasa-mcp-server",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Model Context Protocol (MCP) server for NASA APIs",
55
"main": "dist/index.js",
66
"files": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async function startServer() {
340340
{
341341
name: "NASA MCP Server",
342342
description: "Model Context Protocol server for NASA APIs",
343-
version: "1.0.4"
343+
version: "1.0.5"
344344
},
345345
{
346346
capabilities: {

0 commit comments

Comments
 (0)