We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofriw/chunkhound'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_llm_manager_registry.py•212 B
from chunkhound.llm_manager import LLMManager
def test_llm_manager_registry_includes_codex_cli():
# Red test: registry should include codex-cli provider key
assert "codex-cli" in LLMManager._providers