Skip to main content
Glama

CodeGraphContext

advanced_calls.py289 B
def square(x): return x * x def calls(): data = [1, 2, 3] result1 = [square(x) for x in data] result2 = list(map(square, data)) obj = Dummy() result3 = getattr(obj, 'method')(5) return result1, result2, result3 class Dummy: def method(self, 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