Skip to main content
Glama
simple_java.java501 B
/** * Simple Java test file for symbol extraction */ public class MyClass { private String name; /** * Constructor docstring */ public MyClass(String name) { this.name = name; } /** * Test method docstring */ public String sayHello() { return "Hello from " + this.name + "!"; } public static void main(String[] args) { MyClass obj = new MyClass("World"); System.out.println(obj.sayHello()); } }

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/sbarron/AmbianceMCP'

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