@withpica/mcp-server 2.86.1 → 2.86.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.86.2] - 2026-07-03
15
+
16
+ ### Fixed
17
+
18
+ - **`pica_people_query`** — the `offset` parameter is now honoured on
19
+ unfiltered (no query/filter) calls: paginated requests route through the
20
+ search path, which forwards offset and returns a real `total`. Previously
21
+ the plain-list path silently dropped offset and every page request
22
+ re-served page one, making catalogs larger than one page unreachable.
23
+ - **`pica_audio_identify`** — a `NOT_FOUND` now carries a recovery hint
24
+ naming the id class (identify takes an AUDIO FILE id, not a recording or
25
+ work id) and steering to `pica_audio_query`, instead of leaving agents
26
+ retrying stale ids blind.
27
+
14
28
  ## [2.86.1] - 2026-07-03
15
29
 
16
30
  ### Fixed