@rolino/mcp 0.7.0 → 0.7.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.
package/dist/index.cjs CHANGED
@@ -49,7 +49,7 @@ var z = __toESM(require("zod/v4"), 1);
49
49
  // package.json
50
50
  var package_default = {
51
51
  name: "@rolino/mcp",
52
- version: "0.7.0",
52
+ version: "0.7.1",
53
53
  description: "Model Context Protocol server for Rolino",
54
54
  type: "module",
55
55
  license: "MIT",
@@ -108,9 +108,9 @@ var package_default = {
108
108
  dependencies: {
109
109
  "@hono/node-server": "2.0.12",
110
110
  "@modelcontextprotocol/server": "2.0.0",
111
- "@rolino/contracts": "0.7.0",
112
- "@rolino/local-auth": "0.7.0",
113
- "@rolino/sdk": "0.7.0",
111
+ "@rolino/contracts": "0.7.1",
112
+ "@rolino/local-auth": "0.7.1",
113
+ "@rolino/sdk": "0.7.1",
114
114
  zod: "^4.4.3"
115
115
  },
116
116
  devDependencies: {