mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
Merge pull request #176 from sheffler/fixFirstProgressReport
progress_token is 0 on first tool-call and the return is taken mistakenly
This commit is contained in:
@@ -602,7 +602,7 @@ class Context(BaseModel):
|
||||
else None
|
||||
)
|
||||
|
||||
if not progress_token:
|
||||
if progress_token is None:
|
||||
return
|
||||
|
||||
await self.request_context.session.send_progress_notification(
|
||||
|
||||
Reference in New Issue
Block a user