@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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @rolino/mcp
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @rolino/contracts@0.7.1
8
+ - @rolino/sdk@0.7.1
9
+ - @rolino/local-auth@0.7.1
10
+
3
11
  ## 0.7.0
4
12
 
5
13
  ### Minor Changes
package/dist/bin.cjs CHANGED
@@ -52,7 +52,7 @@ var z = __toESM(require("zod/v4"), 1);
52
52
  // package.json
53
53
  var package_default = {
54
54
  name: "@rolino/mcp",
55
- version: "0.7.0",
55
+ version: "0.7.1",
56
56
  description: "Model Context Protocol server for Rolino",
57
57
  type: "module",
58
58
  license: "MIT",
@@ -111,9 +111,9 @@ var package_default = {
111
111
  dependencies: {
112
112
  "@hono/node-server": "2.0.12",
113
113
  "@modelcontextprotocol/server": "2.0.0",
114
- "@rolino/contracts": "0.7.0",
115
- "@rolino/local-auth": "0.7.0",
116
- "@rolino/sdk": "0.7.0",
114
+ "@rolino/contracts": "0.7.1",
115
+ "@rolino/local-auth": "0.7.1",
116
+ "@rolino/sdk": "0.7.1",
117
117
  zod: "^4.4.3"
118
118
  },
119
119
  devDependencies: {