Skip to main content
Glama
test_docs.py449 B
from pathlib import Path def test_docs_exist_and_titles(): repo_root = Path(__file__).resolve().parents[1] readme = repo_root / "README.md" agents = repo_root / "AGENTS.md" assert readme.exists(), "README.md should exist" assert agents.exists(), "AGENTS.md should exist" content = agents.read_text(encoding="utf-8") assert content.lstrip().startswith("# Repository Guidelines"), "AGENTS.md must start with the title"

Latest Blog Posts

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/merakimiles/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server