{ "name": "@kontent-ai/mcp-server", "version": "0.39.0", "type": "module", "mcpName": "io.github.kontent-ai/mcp-server", "repository": { "type": "git", "url": "https://github.com/kontent-ai/mcp-server" }, "scripts": { "build": "rimraf build && tsc --project scripts/tsconfig.json && tsc", "start:stdio": "node build/bin.js stdio", "start:shttp": "node build/bin.js shttp", "dev:stdio": "tsx watch src/bin.ts stdio", "dev:shttp": "tsx watch src/bin.ts shttp", "format": "cross-env biome ci", "format:fix": "cross-env biome check --fix --unsafe", "test": "npm run build && mocha --timeout 10s -- \"build/test/**/*.spec.js\"", "sync-version": "node --experimental-strip-types scripts/syncVersion.ts", "version": "npm run sync-version sync && npm run format:fix -- server.json && git add server.json" }, "bin": { "@kontent-ai/mcp-server": "./build/bin.js" }, "files": [ "build" ], "keywords": [], "author": "Jiri Lojda", "license": "MIT", "dependencies": { "@kontent-ai/management-sdk": "8.5.4", "@modelcontextprotocol/sdk": "1.30.0", "applicationinsights": "2.9.8", "dotenv": "17.4.1", "express": "5.2.1", "helmet": "8.3.0", "p-retry": "7.1.1", "zod": "4.3.6" }, "devDependencies": { "@biomejs/biome": "2.4.11", "@types/express": "5.0.6", "@types/mocha": "10.0.10", "@types/node": "24.12.2", "cross-env": "10.1.0", "minisearch": "7.2.0", "mocha": "11.7.5", "rimraf": "6.1.3", "tsx": "4.22.4", "typescript": "5.9.3" }, "engines": { "node": ">=20" } }