class RubyLLM::MCP::Attachment

def encoded

def encoded
  @content
end

def initialize(content, mime_type) # rubocop:disable Lint/MissingSuper

rubocop:disable Lint/MissingSuper
def initialize(content, mime_type) # rubocop:disable Lint/MissingSuper
  @content = content
  @mime_type = mime_type
end