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
docs: document REST API response codes
Document custom watch date fields for API and MCP
docs: document API-key-only auth; rename YAMTRACK_JWT to YAMTRACK_API_KEY
docs(api): document filters and updated endpoint paths - Document query parameter filters for media, home, search, history, statistics - Update endpoint paths to current API (source in URL, PATCH, POST /api/sync, /progress) - Fix status value casing (In progress) and drop Repeating
Update API.md for username-based auth
Add API documentation page