Skip to content

Commit eca9b23

Browse files
Update README.md and package.json
1 parent 7ee4cf5 commit eca9b23

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ You can also pass the API key as a command line argument:
3535
npx -y @programcomputer/nasa-mcp-server@latest --nasa-api-key=YOUR_API_KEY
3636
```
3737

38-
### Using SuperGateway for Server-Sent Events (SSE)
39-
40-
You can use [SuperGateway](https://github.com/supercorp-ai/supergateway) for Server-Sent Events (SSE).
41-
42-
**The developers of NASA-MCP-server DO NOT ENDORSE the SuperGateway repository. This information is provided for those who wish to implement SSE functionality at their own discretion.**
43-
4438
### Manual Installation
4539

4640
```bash

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"scripts": {
1313
"build": "npm install && tsc && shx chmod +x dist/*.js",
1414
"start": "node dist/index.js",
15-
"start:sse": "node dist/sse-server.js",
1615
"dev": "tsx watch src/index.ts",
17-
"dev:sse": "tsx watch src/sse-server.ts",
1816
"lint": "eslint .",
1917
"test": "jest",
2018
"direct-test": "ts-node src/tests/direct-api-test.ts",

0 commit comments

Comments
 (0)