@withpica/mcp-server 2.74.0 → 2.75.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
@@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ### Changed
15
+
16
+ - **`pica_releases_list`** gains `query` (title substring), `upc` (exact), and
17
+ `spotify_album_id` (exact) lookup filters — locate a release by
18
+ title/UPC/album instead of paging the whole catalogue (feedback 9a7a50f7).
19
+
20
+ ## [2.75.0] - 2026-06-15
21
+
22
+ ### Added
23
+
24
+ - **`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`.
25
+
14
26
  ## [2.74.0] - 2026-06-14
15
27
 
16
28
  ### Added