Skip to content

Commit c35f375

Browse files
Add command line argument
1 parent d733e9d commit c35f375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Big thanks to the MCP community for their support and guidance!
2727
env NASA_API_KEY=YOUR_API_KEY npx -y @programcomputer/nasa-mcp-server
2828
```
2929

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+
3036
### Using SuperGateway for Server-Sent Events (SSE)
3137

3238
You can use [SuperGateway](https://github.com/supercorp-ai/supergateway) for Server-Sent Events (SSE).

0 commit comments

Comments
 (0)