You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And on MCP Server need to use context.report_progress
Method signature:
ctx.report_progress(progress: float, total: float | None = None)
progress: Current progress value (e.g., 24)
total: Optional total value (e.g., 100). If provided, clients may interpret this as a percentage.
Progress reporting requires the client to have sent a progressToken in the initial request. If the client doesn’t support progress reporting, these calls will have no effect.
But the document doesn't mention how to do it on mcp client side
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
See the document show below
https://gofastmcp.com/servers/context#progress-reporting
And on MCP Server need to use context.report_progress
But the document doesn't mention how to do it on mcp client side
Tried below but seems not working
Anyone have example or know how to make it work?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions