Skip to content

Commit 5160853

Browse files
Add SSE info
1 parent cb95edc commit 5160853

File tree

5 files changed

+12
-588
lines changed

5 files changed

+12
-588
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ 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+
### Using SuperGateway for Server-Sent Events (SSE)
31+
32+
You can use [SuperGateway](https://github.com/supercorp-ai/supergateway) for Server-Sent Events (SSE) functionality with this server:
33+
34+
```bash
35+
# Example configuration with SuperGateway
36+
```
37+
38+
**IMPORTANT: 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.**
39+
3040
### Manual Installation
3141

3242
```bash

run-with-env.js

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
22
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
33
import dotenv from "dotenv";
4-
import { setupHandlers } from "./handlers/setup.js";
5-
import { setupEnvironment } from "./utils/env-setup.js";
4+
import { setupHandlers } from "./handlers/setup";
5+
import { setupEnvironment } from "./utils/env-setup";
66
import { z } from "zod";
77
import {
88
CallToolRequestSchema,

0 commit comments

Comments
 (0)