Skip to main content
Glama
main.rb296 B
require './lib.rb' class DemoClass attr_accessor :value def initialize(value) @value = value end def print_value puts @value end end def helper_function(number = 42) demo = DemoClass.new(number) Calculator.new.add(demo.value, 10) demo.print_value end helper_function

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oraios/serena'

If you have feedback or need assistance with the MCP directory API, please join our Discord server