@kintone/mcp-server 1.3.1 → 1.3.2
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 +11 -0
- package/README.md +1 -1
- package/dist/version.js +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.2](https://github.com/kintone/mcp-server/compare/1.3.1...1.3.2) (2026-01-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency @kintone/rest-api-client to ^6.1.1 ([#263](https://github.com/kintone/mcp-server/issues/263)) ([0773bbd](https://github.com/kintone/mcp-server/commit/0773bbd73772a41b06ff380784ef3905d61539a1))
|
|
9
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to ^1.25.2 ([#251](https://github.com/kintone/mcp-server/issues/251)) ([b6905c2](https://github.com/kintone/mcp-server/commit/b6905c2795883e5741d51b8369cd04b546c40aaf))
|
|
10
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.25.2 [security] ([#249](https://github.com/kintone/mcp-server/issues/249)) ([0a9f410](https://github.com/kintone/mcp-server/commit/0a9f4105cbbbb9e20f4ab86da31320b69bc6a795))
|
|
11
|
+
* **deps:** update dependency file-type to ^21.2.0 ([#234](https://github.com/kintone/mcp-server/issues/234)) ([e4b5560](https://github.com/kintone/mcp-server/commit/e4b5560b7e3967adef229e181e5ee79133cf7870))
|
|
12
|
+
* **deps:** update dependency file-type to ^21.3.0 ([#247](https://github.com/kintone/mcp-server/issues/247)) ([ed5a35b](https://github.com/kintone/mcp-server/commit/ed5a35bad7ce74090c0949e84a01f69ade74581b))
|
|
13
|
+
|
|
3
14
|
## [1.3.1](https://github.com/kintone/mcp-server/compare/1.3.0...1.3.1) (2025-12-23)
|
|
4
15
|
|
|
5
16
|
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
[cursor-url]: https://cursor.com/en/install-mcp?name=kintone&config=eyJjb21tYW5kIjoiZG9ja2VyIiwiZW52Ijp7IktJTlRPTkVfQkFTRV9VUkwiOiJodHRwczovLyhzdWJkb21haW4pLmN5Ym96dS5jb20iLCJLSU5UT05FX1VTRVJOQU1FIjoiKHVzZXJuYW1lKSIsIktJTlRPTkVfUEFTU1dPUkQiOiIocGFzc3dvcmQpIn0sImFyZ3MiOlsicnVuIiwiLWkiLCItLXJtIiwiLWUiLCJLSU5UT05FX0JBU0VfVVJMIiwiLWUiLCJLSU5UT05FX1VTRVJOQU1FIiwiLWUiLCJLSU5UT05FX1BBU1NXT1JEIiwiZ2hjci5pby9raW50b25lL21jcC1zZXJ2ZXI6bGF0ZXN0Il19
|
|
16
16
|
|
|
17
17
|
<!--
|
|
18
|
-
NOTE: Cursorのインストールリンク生成は
|
|
18
|
+
NOTE: Cursorのインストールリンク生成は pnpm doc:cursor-install-link で生成している
|
|
19
19
|
-->
|
|
20
20
|
|
|
21
21
|
日本語 | [English](README_en.md)
|
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.2"; // 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.2",
|
|
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.
|
|
34
|
-
"@modelcontextprotocol/sdk": "^1.25.
|
|
35
|
-
"file-type": "^21.
|
|
33
|
+
"@kintone/rest-api-client": "^6.1.1",
|
|
34
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
35
|
+
"file-type": "^21.3.0",
|
|
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.3.1",
|
|
42
|
+
"@commitlint/config-conventional": "^20.3.1",
|
|
43
43
|
"@cybozu/eslint-config": "^25.0.0",
|
|
44
44
|
"@cybozu/license-manager": "^1.4.1",
|
|
45
45
|
"@modelcontextprotocol/inspector": "^0.18.0",
|
|
46
|
-
"@types/node": "^22.19.
|
|
46
|
+
"@types/node": "^22.19.7",
|
|
47
47
|
"doctoc": "^2.2.1",
|
|
48
48
|
"eslint": "^9.39.2",
|
|
49
|
-
"eslint-plugin-package-json": "^0.
|
|
50
|
-
"globals": "^
|
|
49
|
+
"eslint-plugin-package-json": "^0.88.1",
|
|
50
|
+
"globals": "^17.0.0",
|
|
51
51
|
"npm": "^11.7.0",
|
|
52
|
-
"prettier": "^3.
|
|
52
|
+
"prettier": "^3.8.0",
|
|
53
53
|
"tsx": "^4.21.0",
|
|
54
54
|
"typescript": "^5.9.3",
|
|
55
|
-
"vitest": "^4.0.
|
|
55
|
+
"vitest": "^4.0.17"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">= 22"
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"clean:mcpb": "rm -rf build",
|
|
71
71
|
"commitlint": "commitlint",
|
|
72
72
|
"dev": "tsx --watch src/index.ts",
|
|
73
|
+
"doc:cursor-install-link": "tsx scripts/generate-cursor-install-link.ts",
|
|
73
74
|
"doc:update-toc": "doctoc README.md README_en.md --github --maxlevel 3 --notitle",
|
|
74
75
|
"fix": "pnpm run \"/^fix:.*/\"",
|
|
75
76
|
"fix:eslint": "pnpm lint:eslint --fix",
|