Skip to main content
Glama
validate-nlt-coverage.sh349 B
#!/usr/bin/env bash set -euo pipefail cd "$(git rev-parse --show-toplevel)" missing=() for id in NL-0 NL-1 NL-2 NL-3 NL-4 T-A T-B T-C T-D T-E T-F T-G T-H T-I T-J; do [[ -s "reports/${id}_results.xml" ]] || missing+=("$id") done if (( ${#missing[@]} )); then echo "Missing fragments: ${missing[*]}" exit 2 fi echo "All NL/T fragments present."

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/CoplayDev/unity-mcp'

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