@withpica/mcp-server 2.84.0 → 2.85.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,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.85.1] - 2026-07-01
15
+
16
+ ### Changed
17
+
18
+ - **`pica_releases_create_with_tracks`** — accept `parent_label` on the nested
19
+ `release` object, completing the `parent_label` write path (create + update
20
+ landed in 2.85.0). The RPC and service already persisted it; the tool schema
21
+ omitted it, so the atomic-create path silently dropped the field (agent
22
+ feedback `eee77119`).
23
+
24
+ ## [2.85.0] - 2026-07-01
25
+
26
+ ### Added
27
+
28
+ - ADR-286 Phase 0 royalty-reconciliation tools: `pica_royalties_unmatched`, `pica_royalties_attribute`.
29
+ - `pica_documents_delete` (clear a failed-to-parse / superseded document + its storage object).
30
+
31
+ ### Changed
32
+
33
+ - **`pica_releases_create` / `pica_releases_update`** — accept `parent_label`
34
+ (free-text parent/umbrella label name). It is a real `releases` column but was
35
+ absent from the write schema, so agent writes were silently dropped while the
36
+ call reported success (agent feedback `eee77119`).
37
+
14
38
  ## [2.84.0] - 2026-06-30
15
39
 
16
40
  ### Added