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
debug_ts.py•211 B
import sys; sys.path.append('src'); from codegraphcontext.tools.graph_builder import TreeSitterParser; from pathlib import Path; p = TreeSitterParser('python'); data = p.parse(Path('test_scip.py')); print(data)