@withpica/mcp-server 2.75.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "disabledMcpjsonServers": [
3
+ "pica-directory"
4
+ ]
5
+ }
package/CHANGELOG.md CHANGED
@@ -17,6 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
  `spotify_album_id` (exact) lookup filters — locate a release by
18
18
  title/UPC/album instead of paging the whole catalogue (feedback 9a7a50f7).
19
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
+
20
33
  ## [2.75.0] - 2026-06-15
21
34
 
22
35
  ### Added
package/dist/index.js CHANGED
File without changes