@withpica/mcp-server 2.73.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist/index.js +0 -0
  3. package/dist/lib/changelog.generated.d.ts +2 -2
  4. package/dist/lib/changelog.generated.d.ts.map +1 -1
  5. package/dist/lib/changelog.generated.js +2 -2
  6. package/dist/lib/changelog.generated.js.map +1 -1
  7. package/dist/resources/required-schemas.generated.d.ts +2 -2
  8. package/dist/resources/required-schemas.generated.d.ts.map +1 -1
  9. package/dist/resources/required-schemas.generated.js +3 -1
  10. package/dist/resources/required-schemas.generated.js.map +1 -1
  11. package/dist/skills/skills.generated.d.ts.map +1 -1
  12. package/dist/skills/skills.generated.js +10 -1
  13. package/dist/skills/skills.generated.js.map +1 -1
  14. package/dist/tools/bulk.d.ts +2 -0
  15. package/dist/tools/bulk.d.ts.map +1 -1
  16. package/dist/tools/bulk.js +126 -0
  17. package/dist/tools/bulk.js.map +1 -1
  18. package/dist/tools/credits.d.ts.map +1 -1
  19. package/dist/tools/credits.js +5 -0
  20. package/dist/tools/credits.js.map +1 -1
  21. package/dist/tools/dashboard.d.ts.map +1 -1
  22. package/dist/tools/dashboard.js +6 -2
  23. package/dist/tools/dashboard.js.map +1 -1
  24. package/dist/tools/discovery.d.ts.map +1 -1
  25. package/dist/tools/discovery.js +2 -0
  26. package/dist/tools/discovery.js.map +1 -1
  27. package/dist/tools/exports.d.ts.map +1 -1
  28. package/dist/tools/exports.js +22 -1
  29. package/dist/tools/exports.js.map +1 -1
  30. package/dist/tools/metadata.d.ts.map +1 -1
  31. package/dist/tools/metadata.js +16 -1
  32. package/dist/tools/metadata.js.map +1 -1
  33. package/dist/tools/recordings.d.ts.map +1 -1
  34. package/dist/tools/recordings.js +9 -1
  35. package/dist/tools/recordings.js.map +1 -1
  36. package/dist/tools/recovery-hints.d.ts.map +1 -1
  37. package/dist/tools/recovery-hints.js +29 -0
  38. package/dist/tools/recovery-hints.js.map +1 -1
  39. package/dist/tools/releases.d.ts.map +1 -1
  40. package/dist/tools/releases.js +21 -2
  41. package/dist/tools/releases.js.map +1 -1
  42. package/package.json +2 -2
  43. package/server.json +2 -2
  44. package/.claude/settings.local.json +0 -5
  45. package/dist/tools/team.d.ts +0 -22
  46. package/dist/tools/team.d.ts.map +0 -1
  47. package/dist/tools/team.js +0 -169
  48. package/dist/tools/team.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,41 @@ 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
+
26
+ ## [2.74.0] - 2026-06-14
27
+
28
+ ### Added
29
+
30
+ - **`pica_recordings_bulk_reassign_artist`** — bulk-repoint recordings'
31
+ `primary_artist_id` in one atomic call (by explicit `recording_ids` or by
32
+ `from_person_id` to drain a junk "magnet" person; `to_person_id` null
33
+ clears). Runs under `write:catalog` — no destructive scope needed, because
34
+ it only re-points the structured link (the `artist_name` label is
35
+ untouched). Returns `source_now_empty` so a drained junk person can be
36
+ retired. The fix for the "unknown" artist magnet class.
37
+ - **`clean-up-artists` skill** — guided junk-artist cleanup: find magnets,
38
+ build a plain-language repoint plan from each recording's own `artist_name`,
39
+ preview, execute via the bulk tool, retire emptied rows.
40
+ - **`primary_artist_id` on `pica_recordings_update`** — repoint a recording
41
+ to the correct in-org person (the service already validated it; the tool
42
+ param was missing).
43
+
44
+ ### Changed
45
+
46
+ - Route validation errors now surface their real code + message to agents
47
+ instead of an opaque `UNKNOWN_ERROR` (via `@withpica/mcp-utils` 1.23.1).
48
+
14
49
  ## [2.73.0] - 2026-06-12
15
50
 
16
51
  ADR-264 WS2 verify-before-assert + the WS4 front-door prerequisite (bulk
@@ -101,6 +136,15 @@ long-deprecated `pica_dashboard_pulse`.
101
136
  case-insensitive name matching (ADR-265 behaviour) stays as the fallback,
102
137
  and a name-matched org missing the bridge is backfilled when an identity
103
138
  was resolved. Param addition only — no new tool.
139
+ - **`pica_recording_credits_update`** accepts an optional `instrument`
140
+ param (ADR-259 Stage 2) — the played instrument(s) for this credit, e.g.
141
+ `'drums'` or `'drums, bass'` (one credit per person; multiple instruments
142
+ list on the same row). Stored on `recording_credits.instrument`, rendered
143
+ in `/inspect`'s recording contributors table, and written by the Ableton
144
+ extension's attribution checklist. Server-side ADR-255 resolve-on-write
145
+ now also fires for ANY recording credit arriving without a `person_id`:
146
+ an exact org-scoped name match links it, anything else stays a free-text
147
+ draft (never auto-creates a person). Param addition only — no new tool.
104
148
  - **`first-session` skill** now carries the calibrated-question library (ADR-267
105
149
  Step 1): open-over-closed decision questions, diagnosis labels, no-oriented
106
150
  phrasing for destructive moves, options-with-consequences, evidence-gated
package/dist/index.js CHANGED
File without changes