package.json•2.41 kB
{
"name": "@confluentinc/mcp-confluent",
"description": "Confluent MCP Server",
"version": "1.0.6",
"author": "Confluent Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/confluentinc/mcp-confluent.git"
},
"bin": {
"mcp-confluent": "dist/index.js"
},
"type": "module",
"keywords": [
"confluent",
"mcp",
"kafka",
"flink",
"modelcontextprotocol"
],
"bugs": {
"url": "https://github.com/confluentinc/mcp-confluent/issues"
},
"homepage": "https://www.confluent.io/blog/ai-agents-using-anthropic-mcp/",
"scripts": {
"dev": "concurrently \"tsc --watch\" \"tsc-alias --watch\"",
"test:ts": "tsc --noEmit",
"start": "node dist/index.js --env-file .env",
"start:http": "node dist/index.js --env-file .env --transport http",
"start:sse": "node dist/index.js --env-file .env --transport sse",
"start:all": "node dist/index.js --env-file .env --transport http,sse,stdio",
"help": "node dist/index.js -h",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.+(js|ts|json)\"",
"build": "tsc && tsc-alias",
"print:schema": "node dist/print-md-schema.js",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/content-type": "^1.1.9",
"@types/eslint__js": "^8.42.3",
"@types/node": "^24.0.4",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"concurrently": "^9.2.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.2.0",
"husky": "^9.1.7",
"openapi-typescript": "^7.8.0",
"prettier": "3.6.1",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
},
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@confluentinc/kafka-javascript": "^1.3.2",
"@confluentinc/schemaregistry": "^1.3.1",
"@fastify/swagger": "^9.5.1",
"@fastify/swagger-ui": "^5.2.3",
"@modelcontextprotocol/sdk": "^1.13.1",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"fastify": "^5.4.0",
"openapi-fetch": "^0.14.0",
"pino": "^9.7.0",
"properties-file": "^3.5.12",
"zod": "^3.25.67"
},
"files": [
"dist"
],
"engines": {
"node": ">=22"
}
}