@truecalc/mcp-local 1.0.2 → 1.0.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truecalc/mcp-local",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "TrueCalc Local — a native MCP server exposing TrueCalc's spreadsheet document engine (read/edit cells, formulas, formatting, charts, pivots, and more) as MCP tools over stdio. Paid, one-time-license product; run via npx.",
5
5
  "license": "LicenseRef-proprietary",
6
6
  "homepage": "https://buy.polar.sh/polar_cl_n4cNoheqSQgeTpENhUaWOVzTA3ENvI1jkNhzC2fY6fS",
@@ -28,10 +28,10 @@
28
28
  "access": "public"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@truecalc/mcp-local-darwin-arm64": "1.0.2",
32
- "@truecalc/mcp-local-darwin-x64": "1.0.2",
33
- "@truecalc/mcp-local-linux-x64": "1.0.2",
34
- "@truecalc/mcp-local-win32-x64": "1.0.2"
31
+ "@truecalc/mcp-local-darwin-arm64": "1.0.3",
32
+ "@truecalc/mcp-local-darwin-x64": "1.0.3",
33
+ "@truecalc/mcp-local-linux-x64": "1.0.3",
34
+ "@truecalc/mcp-local-win32-x64": "1.0.3"
35
35
  },
36
36
  "scripts": {
37
37
  "test": "node --test"