Skip to main content
Glama
test_changelog_history.py669 B
from pathlib import Path CHANGELOG = Path(__file__).resolve().parents[1] / "CHANGELOG.md" def test_changelog_preserves_history(): content = CHANGELOG.read_text() assert "1.0.0" in content, "Full changelog history is missing" def test_changelog_header_present(): first_line = CHANGELOG.read_text().splitlines()[0].strip() assert first_line == "# Changelog", "Changelog header missing" def test_latest_release_at_top(): """Ensure the latest version entry is directly below the header.""" lines = [line.strip() for line in CHANGELOG.read_text().splitlines()] assert lines[1].startswith("## [1.2.12]"), "Latest release is not at the top"

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/joshuadanpeterson/enhanced-dash-mcp'

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