We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff50351 commit 7826adeCopy full SHA for 7826ade
src/mcp/server/session.py
@@ -474,7 +474,7 @@ async def send_progress_notification(
474
related_request_id,
475
)
476
477
- async def send_resource_list_changed(self) -> None: # pragma: no cover
+ async def send_resource_list_changed(self) -> None:
478
"""Send a resource list changed notification."""
479
await self.send_notification(types.ResourceListChangedNotification())
480
0 commit comments