progress
(required) — current progress value (numeric)
How to use it
progress is exposed by the Ruby Sdk MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the 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)
destructive_hint
Indicates if the tool performs destructive operations. Defaults to true
idempotent_hint
Indicates if the tool's operations are idempotent. Defaults to false
open_world_hint
Indicates if the tool operates in an open world context. Defaults to true
read_only_hint
Indicates if the tool only reads data (doesn't modify state). Defaults to false
report_progress
is a no-op when no progressToken was provided by the client
title
A human-readable title for the tool