@withpica/mcp-server 2.86.1 → 2.86.3

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,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.86.3] - 2026-07-03
15
+
16
+ ### Fixed
17
+
18
+ - **`pica_enrichment_candidates`** — the tool failed on every call with
19
+ MCP -32602 "Invalid tools/call result: expected record, received array":
20
+ the completeness endpoint returns a bare list and `formatAsText` emitted
21
+ it as an array `structuredContent`, which the MCP spec forbids. Fixed at
22
+ the shared formatter (`@withpica/mcp-utils`): list payloads are wrapped
23
+ in the standard `{ items, count }` envelope.
24
+
25
+ ## [2.86.2] - 2026-07-03
26
+
27
+ ### Fixed
28
+
29
+ - **`pica_people_query`** — the `offset` parameter is now honoured on
30
+ unfiltered (no query/filter) calls: paginated requests route through the
31
+ search path, which forwards offset and returns a real `total`. Previously
32
+ the plain-list path silently dropped offset and every page request
33
+ re-served page one, making catalogs larger than one page unreachable.
34
+ - **`pica_audio_identify`** — a `NOT_FOUND` now carries a recovery hint
35
+ naming the id class (identify takes an AUDIO FILE id, not a recording or
36
+ work id) and steering to `pica_audio_query`, instead of leaving agents
37
+ retrying stale ids blind.
38
+
14
39
  ## [2.86.1] - 2026-07-03
15
40
 
16
41
  ### Fixed