Skip to content

History / MCP

Revisions

  • docs: update API sources table and restructure MCP server docs API.md: - Fix Sources table: add mangaupdates, hardcover, comicvine, bgg - Rename custom -> manual - Expand tmdb media types (movie, tv, season, episode) MCP.md: - Add Install section (global git, npx, GitHub Packages) - Add Run section with options table and examples - Move Authentication before Run for logical flow - Simplify client configs: use yamtrack-mcp command directly - Un-nest Two ports to own subsection - Replace example IPs with localhost - Add global install note in Client Configuration - Document supervise.sh location

    @URD0TH URD0TH committed Jul 19, 2026
  • Document custom watch date fields for API and MCP

    @URD0TH URD0TH committed Jul 15, 2026
  • docs: document supervise.sh restart wrapper in MCP.md

    bnds committed Jul 15, 2026
  • docs: fix MCP.md example port (Yamtrack publishes 8000, not 8003)

    bnds committed Jul 15, 2026
  • docs: clarify MCP port (/mcp) vs Yamtrack API port (/api) in MCP.md

    bnds committed Jul 15, 2026
  • docs: document http transport and per-connection Bearer auth in MCP.md

    bnds committed Jul 15, 2026
  • docs: document API-key-only auth; rename YAMTRACK_JWT to YAMTRACK_API_KEY

    @URD0TH URD0TH committed Jul 15, 2026
  • docs(mcp): document only the standalone yamtrack-mcp server Remove the in-repo Django MCP server (Streamable HTTP /mcp, uvicorn 8002, run_mcp, native stdio via manage.py) from MCP.md and rewrite client configs for the stdio server. Drop internal src/yamtrack_mcp paths and run_mcp prerequisite from Skill.md.

    @URD0TH URD0TH committed Jul 15, 2026
  • docs(mcp): document standalone TypeScript stdio server (yamtrack-mcp)

    opencode committed Jul 15, 2026
  • docs(mcp): point token source to Integrations page

    @URD0TH URD0TH committed Jul 13, 2026
  • docs(mcp): document static account API token auth

    @URD0TH URD0TH committed Jul 13, 2026
  • docs: add validated per-client MCP configs (OpenCode, VS Code, Hermes, Claude) Co-Authored-By: opencode <opencode@anthropic.com>

    @URD0TH URD0TH committed Jul 12, 2026
  • docs: document how to acquire the MCP JWT (API and Docker mint) Co-Authored-By: opencode <opencode@anthropic.com>

    @URD0TH URD0TH committed Jul 12, 2026
  • docs: document native Streamable HTTP, mcp-remote bridge, and stdio transports Clarify MCP runs on :8002 (uvicorn) proxied at :8000/mcp/. Add the actual OpenCode 'type: remote' config, keep mcp-remote for stdio-only clients, and document the native run_mcp stdio transport. Co-Authored-By: opencode <opencode@anthropic.com>

    @URD0TH URD0TH committed Jul 12, 2026
  • fix: use username instead of email in MCP token example

    @URD0TH URD0TH committed Jul 12, 2026
  • fix Claude Desktop setup: use mcp-remote or vikstra-bridge instead of invalid docker exec

    @URD0TH URD0TH committed Jul 11, 2026
  • fix Claude Desktop setup for Docker: use docker exec

    @URD0TH URD0TH committed Jul 11, 2026
  • fix MCP client setup: HTTP as primary, clarify auth

    @URD0TH URD0TH committed Jul 11, 2026
  • add MCP server documentation

    @URD0TH URD0TH committed Jul 11, 2026