@hypothesi/tauri-plugin-mcp-bridge 0.5.1 → 0.6.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.
- package/CHANGELOG.md +4 -0
- package/README.md +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://docs.rs/tauri-plugin-mcp-bridge)
|
|
6
6
|
[](https://github.com/hypothesi/mcp-server-tauri)
|
|
7
7
|
|
|
8
|
-
A Tauri plugin that bridges the Model Context Protocol (MCP) with Tauri applications, enabling deep inspection and interaction with Tauri's IPC layer, backend state, and window management.
|
|
8
|
+
A Tauri® plugin that bridges the Model Context Protocol (MCP) with Tauri applications, enabling deep inspection and interaction with Tauri's IPC layer, backend state, and window management.
|
|
9
9
|
|
|
10
10
|
> **📦 This npm package is optional.** It provides TypeScript bindings for calling the plugin from your app's frontend code. If you're just using the [MCP Server for Tauri](https://github.com/hypothesi/mcp-server-tauri), you only need the **Rust crate** (`tauri-plugin-mcp-bridge`)—the MCP server communicates with it directly via WebSocket.
|
|
11
11
|
|
|
@@ -262,3 +262,11 @@ Visit the [docs.rs documentation](https://docs.rs/tauri-plugin-mcp-bridge) or bu
|
|
|
262
262
|
## License
|
|
263
263
|
|
|
264
264
|
MIT © [hypothesi](https://github.com/hypothesi)
|
|
265
|
+
|
|
266
|
+
---
|
|
267
|
+
|
|
268
|
+
## Trademark Notice
|
|
269
|
+
|
|
270
|
+
TAURI® is a registered trademark of The Tauri Programme within the Commons Conservancy. [https://tauri.app/](https://tauri.app/)
|
|
271
|
+
|
|
272
|
+
This project is not affiliated with, endorsed by, or sponsored by The Tauri Programme within the Commons Conservancy.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hypothesi/tauri-plugin-mcp-bridge",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "JavaScript bindings for @hypothesi/tauri-plugin-mcp-bridge - MCP Bridge plugin for Tauri",
|
|
3
|
+
"version": "0.6.0",
|
|
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",
|
|
7
7
|
"types": "./dist-js/index.d.ts",
|