@withpica/mcp-server 2.85.0 → 2.86.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "disabledMcpjsonServers": [
3
+ "pica-directory"
4
+ ]
5
+ }
package/CHANGELOG.md CHANGED
@@ -9,21 +9,38 @@ 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
12
+ ## [Unreleased]
13
13
 
14
- ### Added
14
+ ## [2.86.0] - 2026-07-02
15
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).
16
+ ### Changed
18
17
 
19
- ## [Unreleased]
18
+ - **`pica_merge_duplicates`** — now `approvalMode:"human"` (ADR-288): a
19
+ delegated-agent caller (OAuth connector / `pica_grant_*`) no longer gets
20
+ refused — the call freezes into a pending human approval, the org owner
21
+ approves out-of-band, and PICA replays the frozen merge server-side.
22
+ Blocked merges (custody provenance, distinct-ISRC losers, tunecode
23
+ collision) fail the approval cleanly with the blocking reason and zero
24
+ partial mutation. Resource scope corrected `admin` → `write:catalog`
25
+ (matching the backing route) so catalog-scoped delegated agents can
26
+ propose; first-party callers still need the destructive tier as before.
27
+
28
+ ## [2.85.1] - 2026-07-01
29
+
30
+ ### Changed
31
+
32
+ - **`pica_releases_create_with_tracks`** — accept `parent_label` on the nested
33
+ `release` object, completing the `parent_label` write path (create + update
34
+ landed in 2.85.0). The RPC and service already persisted it; the tool schema
35
+ omitted it, so the atomic-create path silently dropped the field (agent
36
+ feedback `eee77119`).
37
+
38
+ ## [2.85.0] - 2026-07-01
20
39
 
21
40
  ### Added
22
41
 
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`).
42
+ - ADR-286 Phase 0 royalty-reconciliation tools: `pica_royalties_unmatched`, `pica_royalties_attribute`.
43
+ - `pica_documents_delete` (clear a failed-to-parse / superseded document + its storage object).
27
44
 
28
45
  ### Changed
29
46