@withpica/mcp-server 2.85.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "disabledMcpjsonServers": [
3
+ "pica-directory"
4
+ ]
5
+ }
package/CHANGELOG.md CHANGED
@@ -9,21 +9,24 @@ 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.85.1] - 2026-07-01
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_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
20
25
 
21
26
  ### Added
22
27
 
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`).
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).
27
30
 
28
31
  ### Changed
29
32