Skip to content

Changelog

1.3.0 — 2026-08-11

  • MCP server v1.3.0: initialize / server-card bumped; instructions document Cases browser research + Agent Pro Cases access.
  • Cases research primary path: Cloudflare CaseResearchAgent + xAI Grok. deep / exhaustive also run Browser Run (Kitesurf) markdown extracts on allowlisted FIFA/CAS URLs (seed_urls, use_browser).
  • request_case_research args: seed_urls (alias source_urls), use_browser (default true for deep/exhaustive).
  • Cases open to Agent Pro (cases_admin_only off by default; Admin can re-gate).
  • Exam Insights (web): jurisprudence case-study articles; hero art uses grok-imagine-image-quality, 16:9, resolution 1k (web-optimised).
  • Docs / skills: Cases tools, Cases overview, orchestration skill, and fifa-mcp-server.md aligned with runtime.

1.2.0 — 2026-07-28

  • Docs home redesign: timeless hero emblem (no exam year), feature cards, clearer MCP-first CTA, live status strip with tool count.
  • MCP catalog: 38 tools documented — added Study Tutor Agent skill drill_weak_topic (Exam Academy / Agent Pro).
  • New: Agent orchestration playbooks for AI clients (transfer dossier, Cases, weak-topic drills).
  • Nav: MCP dropdown (overview, tools, orchestration, remote setup, errors).
  • Brand asset: replaced dated “Exam Prep 2026” logo with evergreen seal (docs-hero-emblem.jpg).

1.1.1 — 2026-07-26

  • MCP docs sync: catalog counts corrected to 37 tools (8 exam/site + 7 Scout + 11 market + 11 Cases).
  • Auth accuracy: remote MCP ask_study_assistant documents Bearer required (AUTH_REQUIRED_FOR_AI when anonymous); web visitor quota called out separately.
  • Schedules: Scout weekly deep refresh documented as Monday 02:00 UTC (not Sunday); Market Pulse cron times included.
  • Cases docs: all 11 tools + correct argument shapes (list_cases status-only; notes not auto-indexed).
  • Skills: refreshed fifa-mcp-server.md (Ops + freshness anchors) and orchestration patterns.
  • Worker: initialize instructions + server-card authentication blurb aligned with runtime.

1.1.0 — 2026-05-04

  • New: Cases Workspace (Agent Law Cases) — paid-only, case-centric workspace for FIFA jurisprudence, dossier files, and AI research.
    • Web app: /cases with Dossier / Chat / Research / Sources tabs.
    • Per-case OpenAI vector store + a shared curated jurisprudence index (juris_library_cases); dossiers indexed for retrieval.
    • Two AI shapes: sub-second case chat (Cloudflare Worker → OpenAI Responses + file_search), and 1–3 min deep-research jobs (Cursor Cloud agent via GitHub Actions, posting Agent Law Lab briefs back to the case).
  • New MCP tools (paid): list_cases, get_case, search_case, add_case_note, add_case_link, request_case_research, search_juris_library. See Cases tools →.
  • Compliance: the Cases corpus contains links + short excerpts + metadata only — never re-hosted full FIFA decisions. All citations require a source URL; if retrieval is empty, the model says "No source on file."
  • Schema: new Supabase tables agent_cases, case_documents, case_messages, case_research_jobs, juris_library_cases (with RLS, GIN tag indexes, paid-tier read on the library).
  • Internal API: POST /api/internal/cases/:id (Cursor runner lookup) and the existing POST /api/internal/law-lab/brief now accept case_id / job_id for end-to-end linkage.
  • Cursor runner: scripts/cursor-juris-runner.ts extended with --case-id / --job-id, pulls case context from the Worker, and posts the resulting brief back with the link.
  • Docs: new Cases overview and Cases MCP tools pages; cross-links from Agent Pro and the tools catalog; Observability & ops links the operator checklist for GitHub Actions + Wrangler secrets.
  • Repo: case-research-operator-checklist.md (source) describes every secret and smoke test step.

1.0.0 — 2026-04-22

  • Launched this documentation site at https://docs.fifa.qtech.hr (VitePress: navigation, local search, exam / Scout / premium sections).
  • MCP server card documentation field on /.well-known/mcp.json now points to this site (replacing the raw Markdown path as the primary human link).
  • Homepage status widget: /api/health liveness with static Scout refresh schedule.
  • Deep-dive pages for get_scout_player, ask_study_assistant, and research_player with copy-paste JSON-RPC.

Breaking changes: none (docs-only release; MCP protocol version unchanged: 2025-11-05).

NextMCP overview → · Orchestration → · Cases workspace → · Support FAQ →