@kintone/mcp-server 1.3.6 → 1.3.8

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.8](https://github.com/kintone/mcp-server/compare/1.3.7...1.3.8) (2026-03-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update dependency @kintone/rest-api-client to ^6.1.3 ([#352](https://github.com/kintone/mcp-server/issues/352)) ([de19901](https://github.com/kintone/mcp-server/commit/de199010a183bf60ebdc02f2ee0719da14d78155))
9
+ * **deps:** update dependency file-type to ^21.3.1 ([#344](https://github.com/kintone/mcp-server/issues/344)) ([1839f47](https://github.com/kintone/mcp-server/commit/1839f47ae19ff65abd8bcd9a29c744beb94a04d7))
10
+ * **deps:** update dependency file-type to ^21.3.2 ([#355](https://github.com/kintone/mcp-server/issues/355)) ([681acec](https://github.com/kintone/mcp-server/commit/681acec251216af5465c3e59bcebe69169eabbdf))
11
+ * **deps:** update dependency file-type to v21.3.2 [security] ([#348](https://github.com/kintone/mcp-server/issues/348)) ([ef6bfb1](https://github.com/kintone/mcp-server/commit/ef6bfb1d9742dc332cfb36892cdfbac8e6187db0))
12
+
13
+ ## [1.3.7](https://github.com/kintone/mcp-server/compare/1.3.6...1.3.7) (2026-03-11)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency file-type to v21.3.1 [security] ([#339](https://github.com/kintone/mcp-server/issues/339)) ([4363cdc](https://github.com/kintone/mcp-server/commit/4363cdc381af9e7bb38a4f9e40e6f67960a0b767))
19
+
3
20
  ## [1.3.6](https://github.com/kintone/mcp-server/compare/1.3.5...1.3.6) (2026-02-25)
4
21
 
5
22
 
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.6"; // x-release-please-version
2
+ export const version = "1.3.8"; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/mcp-server",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
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.2",
33
+ "@kintone/rest-api-client": "^6.1.3",
34
34
  "@modelcontextprotocol/sdk": "^1.26.0",
35
- "file-type": "^21.3.0",
35
+ "file-type": "^21.3.2",
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.4.2",
42
- "@commitlint/config-conventional": "^20.4.2",
43
- "@cybozu/eslint-config": "^25.0.0",
41
+ "@commitlint/cli": "^20.4.4",
42
+ "@commitlint/config-conventional": "^20.4.4",
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.11",
46
+ "@types/node": "^22.19.15",
47
47
  "doctoc": "^2.3.0",
48
- "eslint": "^9.39.3",
48
+ "eslint": "^9.39.4",
49
49
  "eslint-plugin-package-json": "^0.88.3",
50
- "globals": "^17.3.0",
51
- "npm": "^11.10.1",
50
+ "globals": "^17.4.0",
51
+ "npm": "^11.11.1",
52
52
  "prettier": "^3.8.1",
53
53
  "tsx": "^4.21.0",
54
54
  "typescript": "^5.9.3",
55
- "vitest": "^4.0.18"
55
+ "vitest": "^4.1.0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">= 22"