@withpica/mcp-server 2.86.2 → 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,17 @@ 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
+
14
25
  ## [2.86.2] - 2026-07-03
15
26
 
16
27
  ### Fixed