@kintone/mcp-server 1.3.9 → 1.3.11

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.11](https://github.com/kintone/mcp-server/compare/1.3.10...1.3.11) (2026-04-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix dependencies versions ([#385](https://github.com/kintone/mcp-server/issues/385)) ([aaa4ca7](https://github.com/kintone/mcp-server/commit/aaa4ca7bd31af257cb1408ed470f8f95d797ed91))
9
+
10
+ ## [1.3.10](https://github.com/kintone/mcp-server/compare/1.3.9...1.3.10) (2026-03-31)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** update dependency file-type to ^21.3.4 ([#372](https://github.com/kintone/mcp-server/issues/372)) ([d7c11a1](https://github.com/kintone/mcp-server/commit/d7c11a1cf43c22bebb1fa04d0159d1036d15e6eb))
16
+ * fix properties parameter schema to require lookup property ([#368](https://github.com/kintone/mcp-server/issues/368)) ([4c00f35](https://github.com/kintone/mcp-server/commit/4c00f35f677876913fef1a705494191fd3733859))
17
+ * update rest-api-client version ([#380](https://github.com/kintone/mcp-server/issues/380)) ([8060707](https://github.com/kintone/mcp-server/commit/8060707c0829de81109d306516a7ee7d329f4ffd))
18
+
3
19
  ## [1.3.9](https://github.com/kintone/mcp-server/compare/1.3.8...1.3.9) (2026-03-24)
4
20
 
5
21
 
@@ -563,7 +563,6 @@ const lookupSchema = z.object({
563
563
  .describe("Query for filtering records in the referenced app"),
564
564
  sort: z.string().describe("Sort condition"),
565
565
  })
566
- .optional()
567
566
  .describe("Lookup configuration"),
568
567
  });
569
568
  // Fields available in subtables
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.9"; // x-release-please-version
2
+ export const version = "1.3.11"; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/mcp-server",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
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.3",
34
- "@modelcontextprotocol/sdk": "^1.26.0",
35
- "file-type": "^21.3.3",
36
- "https-proxy-agent": "^7.0.6",
37
- "zod": "^3.25.76"
33
+ "@kintone/rest-api-client": "6.1.4",
34
+ "@modelcontextprotocol/sdk": "1.26.0",
35
+ "file-type": "21.3.4",
36
+ "https-proxy-agent": "7.0.6",
37
+ "zod": "3.25.76"
38
38
  },
39
39
  "devDependencies": {
40
- "@anthropic-ai/mcpb": "^2.1.2",
41
- "@commitlint/cli": "^20.5.0",
42
- "@commitlint/config-conventional": "^20.5.0",
43
- "@cybozu/eslint-config": "^25.0.1",
44
- "@cybozu/license-manager": "^1.4.1",
45
- "@modelcontextprotocol/inspector": "^0.18.0",
46
- "@types/node": "^22.19.15",
47
- "doctoc": "^2.3.0",
48
- "eslint": "^9.39.4",
49
- "eslint-plugin-package-json": "^0.88.3",
50
- "globals": "^17.4.0",
51
- "npm": "^11.12.0",
52
- "prettier": "^3.8.1",
53
- "tsx": "^4.21.0",
54
- "typescript": "^5.9.3",
55
- "vitest": "^4.1.0"
40
+ "@anthropic-ai/mcpb": "2.1.2",
41
+ "@commitlint/cli": "20.5.0",
42
+ "@commitlint/config-conventional": "20.5.0",
43
+ "@cybozu/eslint-config": "25.0.1",
44
+ "@cybozu/license-manager": "1.4.1",
45
+ "@modelcontextprotocol/inspector": "0.18.0",
46
+ "@types/node": "22.19.17",
47
+ "doctoc": "2.3.0",
48
+ "eslint": "9.39.4",
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",
54
+ "typescript": "5.9.3",
55
+ "vitest": "4.1.2"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">= 22"