Skip to content

Commit 6772350

Browse files
authored
Remove outdated README reference from transports.md
Removed a reference to the ModelContextProtocol.AspNetCore package README for configuration options.
1 parent 1108117 commit 6772350

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/concepts/transports/transports.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ app.MapMcp("/mcp");
137137

138138
When using a custom route, Streamable HTTP clients should connect directly to that route (e.g., `https://host/mcp`), while SSE clients should connect to `{route}/sse` (e.g., `https://host/mcp/sse`).
139139

140-
See the `ModelContextProtocol.AspNetCore` package [README](https://github.com/modelcontextprotocol/csharp-sdk/blob/main/src/ModelContextProtocol.AspNetCore/README.md) for more configuration options.
141-
142140
### SSE transport (legacy)
143141

144142
The [SSE (Server-Sent Events)] transport is a legacy mechanism that uses unidirectional server-to-client streaming with a separate HTTP endpoint for client-to-server messages. New implementations should prefer Streamable HTTP.

0 commit comments

Comments
 (0)