Class: ActiveMcp::Response::Cancelled
- Inherits:
-
Object
- Object
- ActiveMcp::Response::Cancelled
- Defined in:
- app/models/active_mcp/response/cancelled.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
4 5 6 7 8 9 |
# File 'app/models/active_mcp/response/cancelled.rb', line 4 def self.call { jsonrpc: JSON_RPC_VERSION, method: Method::CANCELLED } end |