Skip to main content
Glama

CodeGraphContext

complex_classes.py486 B
class Base: def greet(self): return "hello" class Child(Base): def greet(self): return super().greet() + " world" @staticmethod def static_method(x): return x * 2 @classmethod def class_method(cls, y): return cls().greet(cls()) + str(y) def decorator(func): def wrapper(*args, **kwargs): return "decorated: " + str(func(*args, **kwargs)) return wrapper @decorator def decorated_function(x): return x + 10

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