Skip to content

Commit ffdb950

Browse files
committed
fixed updated field name
1 parent 9d3dfb2 commit ffdb950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ async def _receive_loop(self) -> None:
433433
notification.root.params.progress,
434434
notification.root.params.total,
435435
notification.root.params.message,
436-
notification.root.params.resource_uri,
436+
notification.root.params.resourceUri,
437437
)
438438

439439
await self._received_notification(notification)

0 commit comments

Comments
 (0)