Skip to main content
Glama

CodeGraphContext

advanced_functions.py275 B
def with_defaults(a, b=5, c='hello'): return f"{a}-{b}-{c}" def with_args_kwargs(*args, **kwargs): return args, kwargs def higher_order(func, data): return [func(x) for x in data] def return_function(x): def inner(y): return x + y return inner

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