Skip to content

Commit 0c647b5

Browse files
add bin
1 parent dda263f commit 0c647b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "Model Context Protocol (MCP) server for NASA APIs",
55
"main": "dist/index.js",
6+
"bin": {
7+
"nasa-mcp-server": "dist/index.js"
8+
},
69
"scripts": {
710
"build": "tsc",
811
"start": "node dist/index.js",

0 commit comments

Comments
 (0)