@withpica/mcp-server 2.86.0 → 2.86.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,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.86.1] - 2026-07-03
15
+
16
+ ### Fixed
17
+
18
+ - **`pica_execute`** — an unknown wrapped tool name is now refused
19
+ pre-dispatch with `UNKNOWN_TOOL`, the three closest registered tool
20
+ names as `suggestions`, and a pointer to `pica_tool_details` — replacing
21
+ the bare `EXECUTION_ERROR "Tool not found"` that left agents retrying
22
+ guessed name variations blind. The `EXECUTION_ERROR` pass-through
23
+ envelope also mirrors its code/message into `structuredContent`.
24
+ - **Audit telemetry** — dispatcher and executor error envelopes returned as
25
+ content-text JSON (without `structuredContent`) now have their
26
+ `error_code`/`error_message` lifted into the mcp audit event, so
27
+ error-grouping pipelines see a code instead of an opaque error row
28
+ (26 code-less ChatGPT dispatcher failures in 14 days were invisible to
29
+ ops triage).
30
+
14
31
  ## [2.86.0] - 2026-07-02
15
32
 
16
33
  ### Changed