Skip to main content
Glama

CodeGraphContext

typing_examples.py233 B
from typing import List, Dict, Union def typed_func(a: int, b: str) -> List[str]: return [b] * a def union_func(x: Union[int, str]) -> str: return str(x) def dict_func(d: Dict[str, int]) -> int: return sum(d.values())

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