Skip to main content
Glama
test_version.py354 B
import re from pathlib import Path FILE_PATH = Path(__file__).resolve().parents[1] / "enhanced_dash_server.py" VERSION_RE = re.compile(r"__version__\s*=\s*\"(.+)\"") def test_version_constant(): content = FILE_PATH.read_text() match = VERSION_RE.search(content) assert match, "__version__ not found" assert match.group(1) == "1.2.12"

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