@hypothesi/tauri-plugin-mcp-bridge 0.6.4 → 0.6.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.6.5] - 2025-12-31
11
+
12
+ ### Added
13
+ - Add `maxWidth` parameter to screenshot command for automatic image resizing
14
+ - Add `image` crate dependency for PNG/JPEG image processing
15
+ - Support `TAURI_MCP_SCREENSHOT_MAX_WIDTH` environment variable for default max width
16
+
10
17
  ## [0.6.4] - 2025-12-28
11
18
 
12
19
  _No changes to this package._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypothesi/tauri-plugin-mcp-bridge",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "JavaScript bindings for @hypothesi/tauri-plugin-mcp-bridge - MCP Bridge plugin for use with Tauri applications",
5
5
  "type": "module",
6
6
  "main": "./dist-js/index.js",