package.json•1.68 kB
{
"name": "kibela-mcp-server",
"version": "0.1.0",
"description": "Kibela MCP Server to manage Kibela's content.",
"author": "Bit Journey, Inc.",
"license": "MIT",
"keywords": [
"kibela",
"mcp",
"knowledge"
],
"repository": {
"type": "git",
"url": "git@github.com:kibela/kibela-mcp-server.git"
},
"bugs": {
"url": "https://github.com/kibela/kibela-mcp-server/issues"
},
"type": "module",
"bin": {
"kibela-mcp-server": "./bin/cli.mjs"
},
"files": [
"bin"
],
"scripts": {
"test": "vitest",
"build": "tsup && chmod +x bin/cli.mjs",
"dev": "concurrently \"tsup --watch\" \"graphql-codegen --watch\"",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"coverage": "vitest run --coverage src"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"@types/i18n": "^0.13.12",
"graffle": "8.0.0-next.163",
"graphql": "^16.11.0",
"graphql-request": "^7.1.2",
"i18n": "^0.15.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.6.0",
"@parcel/watcher": "^2.5.1",
"@types/node": "^22.15.17",
"@vitest/coverage-v8": "3.1.1",
"concurrently": "^9.1.2",
"dotenv": "^16.5.0",
"esbuild": "0.25.5",
"graphql-tag": "^2.12.6",
"mcp-testing-library": "^1.0.6",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}