@withpica/mcp-server 2.84.0 → 2.85.0

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
@@ -9,8 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
  > matching entry here in the same commit. See the project's "npm publish
10
10
  > discipline" memory entry for the enforcement rationale.
11
11
 
12
+ ## [2.85.0] - 2026-07-01
13
+
14
+ ### Added
15
+
16
+ - ADR-286 Phase 0 royalty-reconciliation tools: `pica_royalties_unmatched`, `pica_royalties_attribute`.
17
+ - `pica_documents_delete` (clear a failed-to-parse / superseded document + its storage object).
18
+
12
19
  ## [Unreleased]
13
20
 
21
+ ### Added
22
+
23
+ - **`pica_documents_delete`** — delete an uploaded document and its underlying
24
+ storage object (parity with `pica_audio_delete` / `pica_releases_delete`).
25
+ Clears a failed-to-parse (`parsing_status:'failed'`) or superseded document so
26
+ a clean copy can be re-uploaded (agent feedback `30889bf2`).
27
+
28
+ ### Changed
29
+
30
+ - **`pica_releases_create` / `pica_releases_update`** — accept `parent_label`
31
+ (free-text parent/umbrella label name). It is a real `releases` column but was
32
+ absent from the write schema, so agent writes were silently dropped while the
33
+ call reported success (agent feedback `eee77119`).
34
+
14
35
  ## [2.84.0] - 2026-06-30
15
36
 
16
37
  ### Added