We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d733e9d commit c35f375Copy full SHA for c35f375
README.md
@@ -27,6 +27,12 @@ Big thanks to the MCP community for their support and guidance!
27
env NASA_API_KEY=YOUR_API_KEY npx -y @programcomputer/nasa-mcp-server
28
```
29
30
+You can also pass the API key as a command line argument:
31
+
32
+```bash
33
+npx -y @programcomputer/nasa-mcp-server --nasa-api-key=YOUR_API_KEY
34
+```
35
36
### Using SuperGateway for Server-Sent Events (SSE)
37
38
You can use [SuperGateway](https://github.com/supercorp-ai/supergateway) for Server-Sent Events (SSE).
0 commit comments