We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbrennem-source/sf-permits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Sprint 54 Post-Mortem QA Results
**Date:** 2026-02-24
**Session:** Sprint 54 post-mortem + CRON_SECRET fix
## Tests
- [x] PASS — pytest 1,820 passed, 20 skipped, 0 failures after .strip() fix
- [x] PASS — `_check_api_auth()` uses `.strip()` on both header and env var
- [x] PASS — `/cron/nightly` calls `_check_api_auth()` (no inline auth)
- [x] PASS — `/cron/send-briefs` calls `_check_api_auth()` (no inline auth)
- [x] PASS — `/cron/rag-ingest` calls `_check_api_auth()` (no inline auth)
- [x] PASS — `/cron/pipeline-health` POST uses `.strip()` on both sides
- [x] PASS — Diagnostic `logging.warning` on auth failure includes token_len, expected_len, path
- [x] PASS — No remaining inline `os.environ.get('CRON_SECRET')` auth blocks without .strip()
- [x] PASS — 20 stale worktrees removed, `git worktree list` shows only main
- [x] PASS — 24 stale branches deleted
## Summary
10/10 PASS, 0 FAIL, 0 SKIP