We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3dfb2 commit ffdb950Copy full SHA for ffdb950
src/mcp/shared/session.py
@@ -433,7 +433,7 @@ async def _receive_loop(self) -> None:
433
notification.root.params.progress,
434
notification.root.params.total,
435
notification.root.params.message,
436
- notification.root.params.resource_uri,
+ notification.root.params.resourceUri,
437
)
438
439
await self._received_notification(notification)
0 commit comments