Skip to content

v0.3.0 - discovery tools + Quick Connect

Choose a tag to compare

@solomonneas solomonneas released this 30 Apr 01:14

First tagged release. package.json is 0.3.0; tag catches GitHub up.

New in 0.3.0 (5 tools)

  • jellyfin_get_resume_items - in-progress items with resume position (sec)
  • jellyfin_get_next_up - next unwatched episode per series (user-scoped)
  • jellyfin_get_similar_items - built-in recommender with optional user context
  • jellyfin_quick_connect_status - server enabled flag
  • jellyfin_quick_connect_authorize - approve a pending code (confirm-gated; one-time code never echoed back)

Also in this release

  • CodeRabbit review follow-up: reject blank IDs, redact codes from authorize error paths
  • Toolchain + SDK majors upgraded
  • Item/UserItemData types tightened so discovery tools don't need structural casts

Since v0.2.0 recap

v0.2.0 added 16 tools (deeper playback, user-data writes, playlists, collections, confirm gates on destructive ops). Combined with v0.3.0 the server exposes the full set documented in the README.

Install

See the README for Claude Desktop, Claude Code, OpenClaw, Hermes Agent, and Codex CLI setup.

Tests

34 tests passing (client URL-encoding + tool-level handler tests including Quick Connect confirm gate and code-redaction).