@kintone/mcp-server 1.3.11 → 1.3.14

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,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.14](https://github.com/kintone/mcp-server/compare/1.3.13...1.3.14) (2026-05-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ci:** keep working tree clean when Takumi Guard configures registry ([#437](https://github.com/kintone/mcp-server/issues/437)) ([1e724be](https://github.com/kintone/mcp-server/commit/1e724bece399ed5e31ce8ef471fe2705fcb7623f))
9
+ * **deps:** update dependency file-type to v22 ([#379](https://github.com/kintone/mcp-server/issues/379)) ([131ae25](https://github.com/kintone/mcp-server/commit/131ae2537dea4282996d0338e2f6bfa46efefcc7))
10
+
11
+ ## [1.3.13](https://github.com/kintone/mcp-server/compare/1.3.12...1.3.13) (2026-04-20)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** update dependency @kintone/rest-api-client to v6.1.6 ([#406](https://github.com/kintone/mcp-server/issues/406)) ([20ec0bd](https://github.com/kintone/mcp-server/commit/20ec0bdc197d183a21f39fd3a6e611cdeeb48735))
17
+
18
+ ## [1.3.12](https://github.com/kintone/mcp-server/compare/1.3.11...1.3.12) (2026-04-12)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **deps:** update dependency @kintone/rest-api-client to v6.1.5 ([#398](https://github.com/kintone/mcp-server/issues/398)) ([4c042fe](https://github.com/kintone/mcp-server/commit/4c042feed15179bca5efe6a3017c57c79af37cdc))
24
+
3
25
  ## [1.3.11](https://github.com/kintone/mcp-server/compare/1.3.10...1.3.11) (2026-04-08)
4
26
 
5
27
 
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const version = "1.3.11"; // x-release-please-version
2
+ export const version = "1.3.14"; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/mcp-server",
3
- "version": "1.3.11",
3
+ "version": "1.3.14",
4
4
  "description": "The official MCP Server for kintone",
5
5
  "keywords": [
6
6
  "kintone",
@@ -30,29 +30,29 @@
30
30
  "dist"
31
31
  ],
32
32
  "dependencies": {
33
- "@kintone/rest-api-client": "6.1.4",
33
+ "@kintone/rest-api-client": "6.1.6",
34
34
  "@modelcontextprotocol/sdk": "1.26.0",
35
- "file-type": "21.3.4",
35
+ "file-type": "22.0.1",
36
36
  "https-proxy-agent": "7.0.6",
37
37
  "zod": "3.25.76"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@anthropic-ai/mcpb": "2.1.2",
41
- "@commitlint/cli": "20.5.0",
42
- "@commitlint/config-conventional": "20.5.0",
41
+ "@commitlint/cli": "20.5.3",
42
+ "@commitlint/config-conventional": "20.5.3",
43
43
  "@cybozu/eslint-config": "25.0.1",
44
44
  "@cybozu/license-manager": "1.4.1",
45
45
  "@modelcontextprotocol/inspector": "0.18.0",
46
- "@types/node": "22.19.17",
47
- "doctoc": "2.3.0",
46
+ "@types/node": "22.19.19",
47
+ "doctoc": "2.4.1",
48
48
  "eslint": "9.39.4",
49
49
  "eslint-plugin-package-json": "0.88.3",
50
- "globals": "17.4.0",
51
- "npm": "11.12.1",
52
- "prettier": "3.8.1",
53
- "tsx": "4.21.0",
50
+ "globals": "17.6.0",
51
+ "npm": "11.14.1",
52
+ "prettier": "3.8.3",
53
+ "tsx": "4.22.0",
54
54
  "typescript": "5.9.3",
55
- "vitest": "4.1.2"
55
+ "vitest": "4.1.6"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">= 22"