build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2
This commit is contained in:
@@ -24,7 +24,7 @@ NotificationProbe = Callable[
|
||||
def _notification_methods(
|
||||
notifications: list[mcp_types.ServerNotification],
|
||||
) -> list[str]:
|
||||
return [notification.root.method for notification in notifications]
|
||||
return [notification.method for notification in notifications]
|
||||
|
||||
|
||||
async def _capture_notifications(
|
||||
|
||||
Reference in New Issue
Block a user