Skip to content

Commit ace5c2a

Browse files
committed
update docs
1 parent 07af159 commit ace5c2a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/everything/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The server sends random-leveled log messages every 15 seconds, e.g.:
126126
}
127127
```
128128

129-
## Usage with Claude Desktop
129+
## Usage with Claude Desktop (uses [stdio Transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#stdio))
130130

131131
Add to your `claude_desktop_config.json`:
132132

@@ -171,4 +171,18 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
171171
}
172172
}
173173
}
174+
## 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))
175+
176+
```shell
177+
cd src/everything
178+
npm install
179+
npm run start:sse
180+
```
181+
182+
## Run with [Streamable HTTP Transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http)
183+
184+
```shell
185+
cd src/everything
186+
npm install
187+
npm run start:streamableHttp
174188
```

0 commit comments

Comments
 (0)