@withpica/mcp-server 2.93.0 → 2.93.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,18 @@ 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.93.1] - 2026-07-14
13
+
14
+ ### Fixed
15
+
16
+ - **`pica_works_bulk_link_artist` dry-run no longer returns a false preview.**
17
+ The preview now routes through the same endpoint (with `dryRun=true`) as the
18
+ commit, so it shares the commit's person-resolution and validation — a person
19
+ the commit cannot find is refused at preview time instead of reporting an
20
+ optimistic "would link N". Requires `@withpica/mcp-sdk@^3.7.1`. The tool's
21
+ input schema is unchanged, so this does not trigger an OpenAI connector
22
+ resubmission.
23
+
12
24
  ## [2.93.0] - 2026-07-12
13
25
 
14
26
  ### Removed