@withpica/mcp-server 2.88.2 → 2.89.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
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
  > matching entry here in the same commit. See the project's "npm publish
10
10
  > discipline" memory entry for the enforcement rationale.
11
11
 
12
+ ## [2.89.0] - 2026-07-06
13
+
14
+ ### Changed
15
+
16
+ - Picks up `@withpica/mcp-sdk` 3.4.0: `pica_recordings_query` free-text search now
17
+ resolves through the server-side unified matcher, so recordings are findable by
18
+ `artist_name`/ISRC, not just title (and without the 200-row client-filter
19
+ ceiling). No tool-surface changes.
20
+
12
21
  ## [2.88.2] - 2026-07-05
13
22
 
14
23
  ### Changed