Skip to main content
Glama
coverage.ps1377 B
$ErrorActionPreference = 'Stop' $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path $RootDir = Join-Path $ScriptDir '..' $VenvPy = Join-Path $RootDir '.venv\Scripts\python.exe' if (-not (Test-Path $VenvPy)) { $VenvPy = 'python' } Set-Location $RootDir & $VenvPy -m pytest -q --maxfail=1 --disable-warnings --cov=zen-mcp-server --cov-report=term-missing @args

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