@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 +9 -0
- 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/recovery-hints.d.ts.map +1 -1
- package/dist/tools/recovery-hints.js +15 -0
- package/dist/tools/recovery-hints.js.map +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
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
|