Class: Resque::Mcp::Tools::Base
- Inherits:
-
MCP::Tool
- Object
- MCP::Tool
- Resque::Mcp::Tools::Base
- Defined in:
- lib/resque/mcp/tools/base.rb
Overview
Shared tool helpers: adapter access, response envelopes, meta footer, pagination and size caps (size policy lives here, not in tools).
Direct Known Subclasses
Constant Summary collapse
- LIMIT_MAX =
100- ARGS_PREVIEW_MAX =
200- ERROR_TRUNCATE_MAX =
200- BACKTRACE_MAX_FRAMES =
30- ARGS_FULL_MAX =
4096