We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/camilojourney/codesight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_placeholder.py•430 B
"""
Placeholder test module. Replace with real tests.
Priority test coverage (see specs/ and .self-improvement/NEXT.md):
1. test_security.py — read-only invariant, path traversal prevention
2. test_search.py — round-trip: index fixture repo, search, verify top result
3. test_indexer.py — content hashing, incremental updates
"""
def test_placeholder():
"""Placeholder — replace with real tests."""
assert True