mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Remove deprecated WSTransport (#2826)
This commit is contained in:
parent
87f2edd9c0
commit
b8d6f89e19
4 changed files with 15 additions and 48 deletions
|
|
@ -304,6 +304,10 @@ The `tool_serializer` parameter on `FastMCP` is deprecated. Return `ToolResult`
|
|||
|
||||
## Breaking Changes
|
||||
|
||||
### WSTransport Removed
|
||||
|
||||
The deprecated `WSTransport` client transport has been removed. Use `StreamableHttpTransport` instead.
|
||||
|
||||
### Component Enable/Disable Moved to Server/Provider
|
||||
|
||||
The `enabled` field and `enable()`/`disable()` methods removed from component objects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue