Skip to content

Commit f2f569a

Browse files
committed
Remove migration note for StreamableHTTPASGIApp
The class was never intended to be a public API, so no migration documentation is needed. Claude-Generated-By: Claude Code (cli/claude-opus-4-5=100%) Claude-Steers: 0 Claude-Permission-Prompts: 1 Claude-Escapes: 0
1 parent 6196f2b commit f2f569a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/migration.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,22 +222,6 @@ Affected types:
222222

223223
The `ClientSession.read_resource()`, `subscribe_resource()`, and `unsubscribe_resource()` methods now accept both `str` and `AnyUrl` for backwards compatibility.
224224

225-
### `StreamableHTTPASGIApp` moved to `streamable_http_manager` module
226-
227-
The `StreamableHTTPASGIApp` class has been moved from `mcp.server.fastmcp.server` to `mcp.server.streamable_http_manager`.
228-
229-
**Before (v1):**
230-
231-
```python
232-
from mcp.server.fastmcp.server import StreamableHTTPASGIApp
233-
```
234-
235-
**After (v2):**
236-
237-
```python
238-
from mcp.server.streamable_http_manager import StreamableHTTPASGIApp
239-
```
240-
241225
## Deprecations
242226

243227
<!-- Add deprecations below -->

0 commit comments

Comments
 (0)