@withpica/mcp-server 2.67.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,14 @@ 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
+
14
22
  ## [2.67.0] - 2026-06-01
15
23
 
16
24
  Enrichment field-level source ranking surfaces on the resolve tools. Requires `@withpica/mcp-sdk` ^1.36.0.