@gtkx/mcp 0.12.1 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -49,7 +49,7 @@ const App = () => {
49
49
  title="Counter"
50
50
  defaultWidth={300}
51
51
  defaultHeight={200}
52
- onCloseRequest={quit}
52
+ onClose={quit}
53
53
  >
54
54
  <GtkBox
55
55
  orientation={Gtk.Orientation.VERTICAL}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/mcp",
3
- "version": "0.12.1",
3
+ "version": "0.13.1",
4
4
  "description": "MCP server for AI-powered interaction with GTKX applications",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -40,7 +40,7 @@
40
40
  "dist"
41
41
  ],
42
42
  "dependencies": {
43
- "@modelcontextprotocol/sdk": "^1.25.1",
43
+ "@modelcontextprotocol/sdk": "^1.25.2",
44
44
  "zod": "^4.3.5"
45
45
  },
46
46
  "scripts": {