@withpica/mcp-server 2.74.0 → 2.76.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
@@ -11,6 +11,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.76.0] - 2026-06-15
15
+
16
+ Uniform deletion contract surfaced to agents. `pica_works_delete` and
17
+ `pica_recordings_delete` now report whether the entity was deleted or archived,
18
+ what was auto-unlinked, and — when refused — exactly what to remove first.
19
+
20
+ ### Changed
21
+
22
+ - **`pica_works_delete`** description states the contract (auto-unlinks from
23
+ releases; archives instead of destroying when it has identifiers/dependents);
24
+ result renders via `formatDeletion` (status + detached).
25
+ - **`pica_recordings_delete`** description states the contract (credits/splits
26
+ removed with it; refused with a blocking list if it is a release track / has
27
+ payments / is in a sync placement); result renders via `formatDeletion`.
28
+ - **`pica_works_bulk_delete`** description notes each work follows the same rule.
29
+ - **`pica_releases_list`** gains `query` (title substring), `upc` (exact), and
30
+ `spotify_album_id` (exact) lookup filters — locate a release by
31
+ title/UPC/album instead of paging the whole catalogue (feedback 9a7a50f7).
32
+
33
+ ## [2.75.0] - 2026-06-15
34
+
35
+ ### Added
36
+
37
+ - **`pica_work_writers_add`** — add composition writers to a work by name (ADR-259 DAW writer capture). Each name is resolved to a person (exact-match an existing person, else auto-create a tagged writer person) and **additively** added as a `role='writer'` collaborator — existing collaborators are never replaced. Percentages are not set (writer shares reconcile via attestation); ambiguous / multi-name entries are skipped and reported. Runs under `write:catalog`.
38
+
14
39
  ## [2.74.0] - 2026-06-14
15
40
 
16
41
  ### Added
package/dist/index.js CHANGED
File without changes