@withpica/mcp-server 2.90.0 → 2.91.1

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,36 @@ 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.1] - 2026-07-08
13
+
14
+ ### Added
15
+
16
+ - **`pica_tool_details` now returns an `invoke` pointer on every tool detail**
17
+ (single-tool and category paths). On the layered 3-tool surface the wrapped
18
+ tool is not in the caller's function list; models that fetched a schema and
19
+ found no matching callable concluded the tool was unavailable and gave up
20
+ (observed on ChatGPT). The `invoke` field spells out the execution path:
21
+ run via `pica_execute` with `{"tool": "<name>", "args": {...}}`.
22
+ - **`pica_resolve_person` / `pica_resolve_work` are now natural-language
23
+ creator entries** ("find more information about this person / this song",
24
+ "enrich this…", "look this song up in the MLC"), with Creator Question
25
+ Atlas backing. Flipped from specialist after founder telemetry showed the
26
+ ask arriving in exactly those words and neither resolver surfacing.
27
+
28
+ ## [2.91.0] - 2026-07-07
29
+
30
+ ### Added
31
+
32
+ - **The Oracle (Workstream 2) — count / rank / aggregate.** `pica_catalog_stats`
33
+ now accepts `entity` (works / recordings / releases / people) and `group_by`,
34
+ answering "how many have I produced", "who's my top collaborator", "genre
35
+ breakdown", "releases per year" in one call. No args returns the flat
36
+ multi-entity overview exactly as before (backward-compatible); `entity` alone
37
+ returns that entity's total (now including releases); `entity` + `group_by`
38
+ returns ranked buckets. Backed by org-scoped `GROUP BY` and a corrected
39
+ distinct-work collaborator ranking. No new tool — the existing counts tool is
40
+ enriched, and it is now surfaced as a natural-language creator-entry.
41
+
12
42
  ## [2.90.0] - 2026-07-07
13
43
 
14
44
  ### Changed