@kintone/mcp-server 1.3.8 → 1.3.10
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 +16 -0
- package/dist/schema/app/properties-parameter.js +0 -1
- package/dist/version.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.10](https://github.com/kintone/mcp-server/compare/1.3.9...1.3.10) (2026-03-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **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))
|
|
9
|
+
* 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))
|
|
10
|
+
* update rest-api-client version ([#380](https://github.com/kintone/mcp-server/issues/380)) ([8060707](https://github.com/kintone/mcp-server/commit/8060707c0829de81109d306516a7ee7d329f4ffd))
|
|
11
|
+
|
|
12
|
+
## [1.3.9](https://github.com/kintone/mcp-server/compare/1.3.8...1.3.9) (2026-03-24)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** update dependency file-type to ^21.3.3 ([#361](https://github.com/kintone/mcp-server/issues/361)) ([c904e5e](https://github.com/kintone/mcp-server/commit/c904e5e577d73d052efce8264411c0d8934d4c8a))
|
|
18
|
+
|
|
3
19
|
## [1.3.8](https://github.com/kintone/mcp-server/compare/1.3.7...1.3.8) (2026-03-17)
|
|
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.
|
|
2
|
+
export const version = "1.3.10"; // x-release-please-version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kintone/mcp-server",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"description": "The official MCP Server for kintone",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kintone",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"dist"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kintone/rest-api-client": "
|
|
33
|
+
"@kintone/rest-api-client": "6.1.4",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
35
|
-
"file-type": "^21.3.
|
|
35
|
+
"file-type": "^21.3.4",
|
|
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.
|
|
42
|
-
"@commitlint/config-conventional": "^20.
|
|
41
|
+
"@commitlint/cli": "^20.5.0",
|
|
42
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
43
43
|
"@cybozu/eslint-config": "^25.0.1",
|
|
44
44
|
"@cybozu/license-manager": "^1.4.1",
|
|
45
45
|
"@modelcontextprotocol/inspector": "^0.18.0",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"eslint": "^9.39.4",
|
|
49
49
|
"eslint-plugin-package-json": "^0.88.3",
|
|
50
50
|
"globals": "^17.4.0",
|
|
51
|
-
"npm": "^11.
|
|
51
|
+
"npm": "^11.12.1",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
53
|
"tsx": "^4.21.0",
|
|
54
54
|
"typescript": "^5.9.3",
|
|
55
|
-
"vitest": "^4.1.
|
|
55
|
+
"vitest": "^4.1.2"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">= 22"
|