npx command in readme throws error
Closed this issue · 4 comments
The npx command in the read me:
env NASA_API_KEY=YOUR_API_KEY npx -y @ProgramComputer/NASA-MCP-server
throws this error when I run it:
'@ProgramComputer/NASA-MCP-server@*' is not in this registry.
Putting this in my Cursor mcp.json file fails:
{ "mcpServers": { "nasa-mcp": { "command": "npx", "args": ["-y", "@ProgramComputer/NASA-MCP-server"], "env": { "NASA_API_KEY": "myKey" } } } }
I assume for the same reason.
Also -- something must be different between the Cursor version 0.47.5 and when the read me was written, as a GUI method for adding a global MCP no longer exists, pressing that UI button just takes you to your global mcp.json.
Anyone know if I'm missing something, here?
I'm seeing the same error. It appears https://registry.npmjs.org/@ProgramComputer/NASA-MCP-server does not exist.
I have updated the README. The package name should not have been uppercase --https://www.npmjs.com/package/@programcomputer/nasa-mcp-server
Thanks for the update and the cool project 👍
moved to another issue