We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Document custom watch date fields for API and MCP
docs: document supervise.sh restart wrapper in MCP.md
docs: fix MCP.md example port (Yamtrack publishes 8000, not 8003)
docs: clarify MCP port (/mcp) vs Yamtrack API port (/api) in MCP.md
docs: document http transport and per-connection Bearer auth in MCP.md
docs: document API-key-only auth; rename YAMTRACK_JWT to YAMTRACK_API_KEY
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.
docs(mcp): document standalone TypeScript stdio server (yamtrack-mcp)
docs(mcp): point token source to Integrations page
docs(mcp): document static account API token auth
docs: add validated per-client MCP configs (OpenCode, VS Code, Hermes, Claude) Co-Authored-By: opencode <opencode@anthropic.com>
docs: document how to acquire the MCP JWT (API and Docker mint) Co-Authored-By: opencode <opencode@anthropic.com>
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>
fix: use username instead of email in MCP token example
fix Claude Desktop setup: use mcp-remote or vikstra-bridge instead of invalid docker exec
fix Claude Desktop setup for Docker: use docker exec
fix MCP client setup: HTTP as primary, clarify auth
add MCP server documentation