Skip to content

Commit 5c03c55

Browse files
committed
remove TODO
1 parent 9b1fd81 commit 5c03c55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mcp/client/session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ async def send_progress_notification(
185185
progress: float,
186186
total: float | None = None,
187187
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
191188
) -> None:
192189
"""Send a progress notification."""
193190
await self.send_notification(

0 commit comments

Comments
 (0)