Skip to main content
Glama

CodeGraphContext

function_chains.py325 B
def f1(x): return x + 1 def f2(x): return x * 2 def f3(x): return x - 3 result = f1(f2(f3(10))) text = ' Hello World ' cleaned = text.strip().lower().replace('hello', 'hi') def make_adder(n): def adder(x): return x + n return adder adder5 = make_adder(5) result2 = adder5(10) result3 = make_adder(2)(8)

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