@withpica/mcp-server 2.83.0 → 2.83.1

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.83.1] - 2026-06-26
15
+
16
+ ### Changed
17
+
18
+ - **`pica_documents_read`** — description now tells the agent to STOP retrying
19
+ when `parsing_status` is `failed` and read the new `parse_error` field for the
20
+ reason (e.g. a legacy `.xls` that must be re-saved as `.xlsx`), instead of
21
+ polling a permanently-failing parse. Pairs with the server-side fix that makes
22
+ the read return an honest `failed` + `parse_error` rather than looping in
23
+ `processing` forever (ops_issue 8e197fe5). No tool/schema/SDK change.
24
+
14
25
  ## [2.83.0] - 2026-06-25
15
26
 
16
27
  ### Added