Class: ActiveMcp::Response::NoMethod

Inherits:
Object
  • Object
show all
Defined in:
app/models/active_mcp/response/no_method.rb

Class Method Summary collapse

Class Method Details

.callObject



4
5
6
7
8
# File 'app/models/active_mcp/response/no_method.rb', line 4

def self.call
  {
    error: "Method not found"
  }
end