Skip to content

Commit d634e6a

Browse files
committed
clarify TODO message
1 parent 202e922 commit d634e6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mcp/client/session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ async def send_progress_notification(
179179
progress: float,
180180
total: float | None = None,
181181
message: str | None = None,
182-
# TODO decide whether clients can send resource progress too?
182+
# TODO check whether MCP spec allows clients to create resources
183+
# for server and therefore whether resource notifications
184+
# would be required here too
183185
) -> None:
184186
"""Send a progress notification."""
185187
await self.send_notification(

0 commit comments

Comments
 (0)