Class: Iron::Mcp::Tools::ListContentTypes

Inherits:
Base
  • Object
show all
Defined in:
app/mcp/iron/mcp/tools/list_content_types.rb

Class Method Summary collapse

Methods inherited from Base

call

Class Method Details

.perform(context) ⇒ Object



14
15
16
# File 'app/mcp/iron/mcp/tools/list_content_types.rb', line 14

def self.perform(context)
  { "content_types" => context.list_content_types }
end