report_progress
is a no-op when no progressToken was provided by the client
How to use it
report_progress is exposed by the Ruby Sdk MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the report_progress tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL RUBY SDK LISTINGOther tools in Ruby Sdk (6)
Indicates if the tool performs destructive operations. Defaults to true
Indicates if the tool's operations are idempotent. Defaults to false
Indicates if the tool operates in an open world context. Defaults to true
(required) — current progress value (numeric)
Indicates if the tool only reads data (doesn't modify state). Defaults to false
A human-readable title for the tool