mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44: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
|
|
@ -10,6 +10,10 @@ This guide provides migration instructions for breaking changes and major update
|
|||
|
||||
## v3.0.0
|
||||
|
||||
### WSTransport Removed
|
||||
|
||||
The deprecated `WSTransport` client transport has been removed. Use `StreamableHttpTransport` instead.
|
||||
|
||||
### Provider Architecture
|
||||
|
||||
FastMCP v3 introduces a unified provider architecture for sourcing components. All tools, resources, and prompts now flow through providers:
|
||||
|
|
|
|||
|
|
@ -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