Skip to main content
Glama
accessors.js234 B
class Demo { get value() { return this._v } set value(x) { this._v = x } static ping() { return "pong" } } const obj = { get foo() { return 1 }, set foo(v) { this._f = v }, bar() { return 2 } // regular method (no type) }

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/Shashankss1205/CodeGraphContext'

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