Skip to main content
Glama
coverage.sh357 B
#!/usr/bin/env bash set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ROOT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)" VENV_PY="$ROOT_DIR/.venv/Scripts/python.exe" if [ ! -f "$VENV_PY" ]; then VENV_PY="python" fi cd "$ROOT_DIR" "$VENV_PY" -m pytest -q --maxfail=1 --disable-warnings --cov=zen-mcp-server --cov-report=term-missing "$@"

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

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