package.json•582 B
{
"name": "unofficial-kintone-mcp-server",
"version": "7.9.0",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"modelcontextprotocol",
"mcp",
"kintone"
],
"author": {
"name": "r3-yamauchi",
"url": "https://www.r3it.com/blog/author/yamauchi"
},
"license": "AGPL-3.0",
"description": "MCP server for kintone (Unofficial)",
"dependencies": {
"@modelcontextprotocol/sdk": "1.18.2"
},
"engines": {
"node": ">=20"
}
}