@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 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