Class: Llmemory::MCP::Tools::MemoryInfo

Inherits:
MCP::Tool
  • Object
show all
Defined in:
lib/llmemory/mcp/tools/memory_info.rb

Class Method Summary collapse

Class Method Details

.call(server_context: nil) ⇒ Object



14
15
16
17
18
19
# File 'lib/llmemory/mcp/tools/memory_info.rb', line 14

def call(server_context: nil)
  ::MCP::Tool::Response.new([{
    type: "text",
    text: documentation_text
  }])
end