You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/everything/README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ The server sends random-leveled log messages every 15 seconds, e.g.:
126
126
}
127
127
```
128
128
129
-
## Usage with Claude Desktop
129
+
## Usage with Claude Desktop (uses [stdio Transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#stdio))
130
130
131
131
Add to your `claude_desktop_config.json`:
132
132
@@ -143,3 +143,19 @@ Add to your `claude_desktop_config.json`:
143
143
}
144
144
}
145
145
```
146
+
147
+
## Run with [HTTP+SSE Transport](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) (deprecated as of [2025-03-26](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports))
148
+
149
+
```shell
150
+
cd src/everything
151
+
npm install
152
+
npm run start:sse
153
+
```
154
+
155
+
## Run with [Streamable HTTP Transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http)
0 commit comments