Class: Resque::Mcp::Tools::Overview
- Defined in:
- lib/resque/mcp/tools/overview.rb
Constant Summary
Constants inherited from Base
Base::ARGS_FULL_MAX, Base::ARGS_PREVIEW_MAX, Base::BACKTRACE_MAX_FRAMES, Base::ERROR_TRUNCATE_MAX, Base::LIMIT_MAX
Class Method Summary collapse
-
.call(server_context:) ⇒ Object
**tolerates unexpected client arguments, which would otherwise surface as opaque JSON-RPC internal errors.
Class Method Details
.call(server_context:) ⇒ Object
** tolerates unexpected client arguments, which would otherwise
surface as opaque JSON-RPC internal errors.
15 16 17 |
# File 'lib/resque/mcp/tools/overview.rb', line 15 def self.call(server_context:, **) success_response(adapter(server_context).stats, server_context) end |