@withpica/mcp-server 2.76.0 → 2.77.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 +13 -13
- package/dist/lib/changelog.generated.d.ts +2 -2
- package/dist/lib/changelog.generated.d.ts.map +1 -1
- package/dist/lib/changelog.generated.js +2 -2
- package/dist/lib/changelog.generated.js.map +1 -1
- package/dist/tools/discovery.d.ts.map +1 -1
- package/dist/tools/discovery.js +0 -1
- package/dist/tools/discovery.js.map +1 -1
- package/dist/tools/forbidden-keywords.d.ts +1 -1
- package/dist/tools/forbidden-keywords.js +1 -1
- package/dist/tools/import.d.ts +0 -1
- package/dist/tools/import.d.ts.map +1 -1
- package/dist/tools/import.js +1 -74
- package/dist/tools/import.js.map +1 -1
- package/dist/tools/metadata.d.ts.map +1 -1
- package/dist/tools/metadata.js +0 -11
- package/dist/tools/metadata.js.map +1 -1
- package/dist/tools/public-filter.d.ts.map +1 -1
- package/dist/tools/public-filter.js +0 -1
- package/dist/tools/public-filter.js.map +1 -1
- package/dist/tools/recordings.d.ts.map +1 -1
- package/dist/tools/recordings.js +4 -8
- package/dist/tools/recordings.js.map +1 -1
- package/dist/tools/recovery-hints.d.ts.map +1 -1
- package/dist/tools/recovery-hints.js +0 -7
- package/dist/tools/recovery-hints.js.map +1 -1
- package/dist/tools/works.d.ts.map +1 -1
- package/dist/tools/works.js +5 -14
- package/dist/tools/works.js.map +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,25 +11,25 @@ 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
14
|
### Changed
|
|
21
15
|
|
|
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
16
|
- **`pica_releases_list`** gains `query` (title substring), `upc` (exact), and
|
|
30
17
|
`spotify_album_id` (exact) lookup filters — locate a release by
|
|
31
18
|
title/UPC/album instead of paging the whole catalogue (feedback 9a7a50f7).
|
|
32
19
|
|
|
20
|
+
## [2.77.0] - 2026-06-15
|
|
21
|
+
|
|
22
|
+
### Removed
|
|
23
|
+
|
|
24
|
+
- **`pica_import_from_spotify`** (BREAKING) — removed after a multi-release
|
|
25
|
+
deprecation window. It was superseded by **`pica_import_streaming_link`**,
|
|
26
|
+
which offers the same two-step preview/confirm flow and output and also
|
|
27
|
+
supports Deezer. Callers passing a Spotify URL should switch to
|
|
28
|
+
`pica_import_streaming_link` with the `url` argument (the only rename is
|
|
29
|
+
`spotify_url` → `url`). Shipped as its own deliberate breaking PR rather than
|
|
30
|
+
bundled into an unrelated release, per the standing removal plan recorded in
|
|
31
|
+
`TOOL_METADATA`. (2.76.0 = the uniform deletion contract, shipped separately.)
|
|
32
|
+
|
|
33
33
|
## [2.75.0] - 2026-06-15
|
|
34
34
|
|
|
35
35
|
### Added
|