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 77f7424 commit 8c111a7Copy full SHA for 8c111a7
package.json
@@ -4,10 +4,9 @@
4
"description": "Model Context Protocol (MCP) server for NASA APIs",
5
"main": "dist/index.js",
6
"bin": {
7
- "nasa-mcp-server": "./dist/index.js"
+ "nasa-mcp-server": "dist/index.js"
8
},
9
"scripts": {
10
- "prepare": "npm install --no-save shx typescript && npm run build",
11
"build": "tsc && shx chmod +x dist/*.js",
12
"start": "node dist/index.js",
13
"start:sse": "node dist/sse-server.js",
0 commit comments