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 9b1fd81 commit 5c03c55Copy full SHA for 5c03c55
src/mcp/client/session.py
@@ -185,9 +185,6 @@ async def send_progress_notification(
185
progress: float,
186
total: float | None = None,
187
message: str | None = None,
188
- # TODO check whether MCP spec allows clients to create resources
189
- # for server and therefore whether resource notifications
190
- # would be required here too
191
) -> None:
192
"""Send a progress notification."""
193
await self.send_notification(
0 commit comments