@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 +11 -0
- package/dist/lib/changelog.generated.d.ts +2 -2
- package/dist/lib/changelog.generated.d.ts.map +1 -1
- package/dist/lib/changelog.generated.js +2 -2
- package/dist/lib/changelog.generated.js.map +1 -1
- package/dist/tools/documents.d.ts.map +1 -1
- package/dist/tools/documents.js +1 -0
- package/dist/tools/documents.js.map +1 -1
- package/package.json +2 -2
- package/server.json +2 -2
- package/.claude/settings.local.json +0 -5
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
|