Skip to content

v3.2.0 — Real agent traffic + Glama A-grade prep

Latest

Choose a tag to compare

@devids77 devids77 released this 25 May 08:41

What's new in 3.2.0

Added

  • /api/v1/health public free-tier endpoint
  • /quickstart full HTML page with Claude Desktop / Cursor / Cline / curl tabs
  • pytest test suite (25 passing): MCP transport, REST API, fake-lead detector
  • .github/workflows/ci.yml (pytest on push/PR), .github/dependabot.yml
  • agent_watch.py cron: detects real MCP clients via nginx logs
  • daily_metrics.py cron: daily DB + agent digest to Telegram
  • auto_sync_github.sh cron: daily push when GH_TOKEN present
  • app/lead_detector.py: classifies AI placeholder leads (@example.*, @*agentinbox*, mailinator, +555-* etc), skips Telegram for those
  • leads.is_test + leads.test_reason schema, backfilled 12 historical placeholders
  • Dockerfile (uvicorn --workers=1 for FastMCP per-process sessions)
  • MAINTAINERS.md, SECURITY.md, CHANGELOG.md
  • server.json (Anthropic MCP Registry compliant, schema 2025-12-11)

Fixed

  • Telegram lead notifications: pinned api.telegram.org IP to bypass RU CDN block
  • dashboard_overview race: single-flight lock + asyncio.to_thread
  • /api/v1/health previously 401 -> now 200 (free tier)
  • Pricing / UI sync between pricing.html, pay.html, API (5 -> 21 free tools, 9990 -> 7990 RUB pro)

Phase 3 classifier (2026-04-28, already on main now)

  • AI re-classify all 3395 companies via GLM-4.6, tags coverage 0 -> 67%
  • Russian suffix-strip stemmer (38 suffixes) + tag-priority OR clauses
  • Smoke test 'каркасные дома в спб': 6 -> 11 hits (+83%)

Real client traffic observed (last 14 days)

200+ external requests from Bun/1.3.9, Ae/JS 0.62.0, python-httpx, node-based clients (Latitude.sh, Datapacket, AWS), ctf-mcp-calc (Japan CTF). MCPRegistry.io and stack-install-probe indexers also present.