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 dda263f commit 0c647b5Copy full SHA for 0c647b5
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.0",
4
"description": "Model Context Protocol (MCP) server for NASA APIs",
5
"main": "dist/index.js",
6
+ "bin": {
7
+ "nasa-mcp-server": "dist/index.js"
8
+ },
9
"scripts": {
10
"build": "tsc",
11
"start": "node dist/index.js",
0 commit comments