@kintone/mcp-server 1.3.5 → 1.3.6
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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.6](https://github.com/kintone/mcp-server/compare/1.3.5...1.3.6) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add reference table size of 1 and 3 ([#305](https://github.com/kintone/mcp-server/issues/305)) ([56dd36c](https://github.com/kintone/mcp-server/commit/56dd36ce16b90b1e710c84b36fb117e927c16a3d))
|
|
9
|
+
* **deps:** update dependency @kintone/rest-api-client to ^6.1.2 ([#310](https://github.com/kintone/mcp-server/issues/310)) ([e7f9050](https://github.com/kintone/mcp-server/commit/e7f905031573073a767bf83c2efd5953e6d117ac))
|
|
10
|
+
|
|
3
11
|
## [1.3.5](https://github.com/kintone/mcp-server/compare/1.3.4...1.3.5) (2026-02-16)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -518,7 +518,7 @@ const referenceTableSchema = z.object({
|
|
|
518
518
|
.describe("Array of field codes to display"),
|
|
519
519
|
sort: z.string().describe("Sort condition"),
|
|
520
520
|
size: z
|
|
521
|
-
.enum(["5", "10", "20", "30", "40", "50"])
|
|
521
|
+
.enum(["1", "3", "5", "10", "20", "30", "40", "50"])
|
|
522
522
|
.describe("Number of records to display"),
|
|
523
523
|
})
|
|
524
524
|
.optional()
|
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.6"; // 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.6",
|
|
4
4
|
"description": "The official MCP Server for kintone",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kintone",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dist"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kintone/rest-api-client": "^6.1.
|
|
33
|
+
"@kintone/rest-api-client": "^6.1.2",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
35
35
|
"file-type": "^21.3.0",
|
|
36
36
|
"https-proxy-agent": "^7.0.6",
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@anthropic-ai/mcpb": "^2.1.2",
|
|
41
|
-
"@commitlint/cli": "^20.4.
|
|
42
|
-
"@commitlint/config-conventional": "^20.4.
|
|
41
|
+
"@commitlint/cli": "^20.4.2",
|
|
42
|
+
"@commitlint/config-conventional": "^20.4.2",
|
|
43
43
|
"@cybozu/eslint-config": "^25.0.0",
|
|
44
44
|
"@cybozu/license-manager": "^1.4.1",
|
|
45
45
|
"@modelcontextprotocol/inspector": "^0.18.0",
|
|
46
46
|
"@types/node": "^22.19.11",
|
|
47
|
-
"doctoc": "^2.
|
|
48
|
-
"eslint": "^9.39.
|
|
49
|
-
"eslint-plugin-package-json": "^0.88.
|
|
47
|
+
"doctoc": "^2.3.0",
|
|
48
|
+
"eslint": "^9.39.3",
|
|
49
|
+
"eslint-plugin-package-json": "^0.88.3",
|
|
50
50
|
"globals": "^17.3.0",
|
|
51
|
-
"npm": "^11.10.
|
|
51
|
+
"npm": "^11.10.1",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
53
|
"tsx": "^4.21.0",
|
|
54
54
|
"typescript": "^5.9.3",
|