@chronary/mcp 1.0.1 → 1.1.0

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/version.js +1 -1
  2. package/package.json +3 -3
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.0.1';
1
+ export const VERSION = '1.1.0';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chronary/mcp",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for Chronary — calendar tools for AI assistants (Claude Desktop, Cursor, VS Code, Windsurf)",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -39,8 +39,8 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@chronary/sdk": "^0.3.1",
43
- "@chronary/toolkit": "^1.0.1",
42
+ "@chronary/sdk": "^0.3.3",
43
+ "@chronary/toolkit": "^1.1.0",
44
44
  "@modelcontextprotocol/sdk": "^1.29.0",
45
45
  "zod": "^4.4"
46
46
  },