@geometra/mcp 1.65.1 → 1.65.3

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/dist/session.js +1 -0
  2. package/package.json +2 -2
package/dist/session.js CHANGED
@@ -84,6 +84,7 @@ class GeometraWireError extends Error {
84
84
  }
85
85
  const SAFE_NON_EXECUTION_WIRE_CODES = new Set([
86
86
  'ACTION_EXPIRED',
87
+ 'FILE_UPLOAD_PRECONDITION_FAILED',
87
88
  'REQUEST_ID_CONFLICT',
88
89
  'REQUEST_LEDGER_CAPACITY',
89
90
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geometra/mcp",
3
- "version": "1.65.1",
3
+ "version": "1.65.3",
4
4
  "description": "MCP server for Geometra — interact with running Geometra apps via the geometry protocol, no browser needed",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "ui-testing"
33
33
  ],
34
34
  "dependencies": {
35
- "@geometra/proxy": "^1.65.1",
35
+ "@geometra/proxy": "^1.65.3",
36
36
  "@modelcontextprotocol/sdk": "^1.12.1",
37
37
  "@razroo/parallel-mcp": "^0.1.0",
38
38
  "ws": "^8.21.0",