@withpica/mcp-server 2.66.0 → 2.68.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "disabledMcpjsonServers": [
3
+ "pica-directory"
4
+ ]
5
+ }
package/CHANGELOG.md CHANGED
@@ -11,6 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [2.68.0] - 2026-06-07
15
+
16
+ Adds a structured-metadata escape hatch to work creation. No SDK bump required (`@withpica/mcp-sdk` ^1.36.0).
17
+
18
+ ### Added
19
+
20
+ - **`metadata` (jsonb) on `pica_works_create`** — callers can attach a free-form JSONB snapshot when creating a work (e.g. a DAW session capture: tracks, devices, samples, tempo). Stored verbatim on `works.metadata`; not individually queried.
21
+
22
+ ## [2.67.0] - 2026-06-01
23
+
24
+ Enrichment field-level source ranking surfaces on the resolve tools. Requires `@withpica/mcp-sdk` ^1.36.0.
25
+
26
+ ### Added
27
+
28
+ - **`force` on `pica_resolve_work` + `pica_resolve_recording`** — force a re-enrich past the per-source idempotence stamps. Safe by construction: the field-level authority gate never clobbers a human-entered, higher-authority, or pre-provenance (unprovenanced) value, so a forced re-run only fills gaps and upgrades lower-ranked automated values.
29
+ - **Overwrite receipts on both resolve tools** — the structured result now carries `overwrote[]` (a higher-authority source replaced a lower-ranked value, with old/new source) and `skipped_lower_authority[]` (a source was refused because the existing value out-ranked it, equalled it, or was a human/verified/unprovenanced value). The summary line reports the overwrote/kept counts.
30
+
31
+ ### Changed
32
+
33
+ - **Resolve tool descriptions** now explain the authority gate (higher-authority sources win, human-entered and pre-provenance values are locked) and the two receipt arrays.
34
+
14
35
  ## [2.66.0] - 2026-06-01
15
36
 
16
37
  ADR-250 human-in-the-loop approval goes live, plus the close-out batch carried by this release.