Skip to content

Commit 120c5df

Browse files
committed
add tests
1 parent b8f7b02 commit 120c5df

File tree

2 files changed

+712
-1
lines changed

2 files changed

+712
-1
lines changed

src/mcp/server/session.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ async def send_progress_notification(
286286
related_request_id: str | None = None,
287287
) -> None:
288288
"""Send a progress notification."""
289+
print(
290+
f"Sending progress notification: {progress_token}, {progress}, {total}, {message}"
291+
)
289292
await self.send_notification(
290293
types.ServerNotification(
291294
types.ProgressNotification(

0 commit comments

Comments
 (0)