@withpica/mcp-server 2.90.0 → 2.91.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 +14 -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/prompts/creator-question-atlas.d.ts.map +1 -1
- package/dist/prompts/creator-question-atlas.js +64 -0
- package/dist/prompts/creator-question-atlas.js.map +1 -1
- package/dist/tools/metadata.js +16 -16
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +19 -6
- package/dist/tools/search.js.map +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
- package/.claude/settings.local.json +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,20 @@ 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.91.0] - 2026-07-07
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
|
|
16
|
+
- **The Oracle (Workstream 2) — count / rank / aggregate.** `pica_catalog_stats`
|
|
17
|
+
now accepts `entity` (works / recordings / releases / people) and `group_by`,
|
|
18
|
+
answering "how many have I produced", "who's my top collaborator", "genre
|
|
19
|
+
breakdown", "releases per year" in one call. No args returns the flat
|
|
20
|
+
multi-entity overview exactly as before (backward-compatible); `entity` alone
|
|
21
|
+
returns that entity's total (now including releases); `entity` + `group_by`
|
|
22
|
+
returns ranked buckets. Backed by org-scoped `GROUP BY` and a corrected
|
|
23
|
+
distinct-work collaborator ranking. No new tool — the existing counts tool is
|
|
24
|
+
enriched, and it is now surfaced as a natural-language creator-entry.
|
|
25
|
+
|
|
12
26
|
## [2.90.0] - 2026-07-07
|
|
13
27
|
|
|
14
28
|
### Changed
|