mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Fix initialize McpError fallthrough 🤖 Generated with Codex (#3413)
This commit is contained in:
parent
e3b6b0c470
commit
56b165537f
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ class MiddlewareServerSession(ServerSession):
|
|||
"Cannot send error response as response was already sent.",
|
||||
exc_info=e,
|
||||
)
|
||||
return None
|
||||
|
||||
# Fall through to default handling (task methods now handled via registered handlers)
|
||||
return await super()._received_request(responder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue