@withpica/mcp-server 2.88.0 → 2.88.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,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.88.1] - 2026-07-04
15
+
16
+ ### Added
17
+
18
+ - `TEMPLATE_RENDER_FAILED` recovery hint for `pica_agreements_create_from_template`
19
+ — the backing route now returns a typed 400 (bad `template_id` / missing
20
+ required variables) instead of a generic 500, so the tool surfaces an
21
+ actionable next step (query templates via `pica_agreement_types_query`).
22
+
23
+ ### Removed
24
+
25
+ - `expires_in_days` on `pica_agreements_create_from_template` (it was a
26
+ documented no-op). A draft has no signing window; set the expiry at
27
+ `pica_agreements_send_for_signature`, which keeps its own `expires_in_days`.
28
+
14
29
  ## [2.88.0] - 2026-07-04
15
30
 
16
31
  ### Added