Skip to content

v2.0.0 — the TCG Oracle is the default server

Latest

Choose a tag to compare

@sailorpepe sailorpepe released this 07 Sep 23:29
· 24 commits to main since this release

Two servers, one package

  • undesirables-mcp (default) now starts the TCG Oracle over stdio: the same 23 tools the hosted endpoint serves at mcp.the-undesirables.com — search 455K+ cards, market snapshots, AI grading & grade-or-not, conformal-calibrated forecasts with a public accuracy scorecard, portfolio optimisation, card-collateral loan terms, fantasy & sports souls, the Syndicate, Technocore rooms. Backed by the public oracle API; no keys, no wallet, no local models.
  • undesirables-agent-kit is the previous default: the 34-tool local agent kit (memory graph, RAG, media/3D generation, voice, code & shell execution, security audits). Unchanged.
  • The Dockerfile starts the oracle with only the MCP SDK, httpx and pydantic.
  • The MCP Python SDK 2.x renamed its server class; the SDK is pinned below 2.

Breaking change: if you relied on undesirables-mcp to launch the agent kit, switch to undesirables-agent-kit.