Kibela MCP Server

{ "name": "@modelcontextprotocol/server-kibela", "version": "0.1.0", "description": "MCP server for Kibela API integration", "license": "MIT", "type": "module", "bin": { "mcp-server-kibela": "dist/src/index.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/kiwamizamurai/mcp-kibela-server" }, "bugs": { "url": "https://github.com/kiwamizamurai/mcp-kibela-server/issues" }, "homepage": "https://github.com/kiwamizamurai/mcp-kibela-server#readme", "scripts": { "build": "tsc && shx chmod +x dist/src/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/src/index.js", "start:sse": "node dist/src/sse.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "graphql-request": "^6.1.0", "express": "^4.18.2", "cors": "^2.8.5" }, "devDependencies": { "@types/node": "^22", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "shx": "^0.3.4", "typescript": "^5.6.2" } }