UNPKG

celp-mcp

Version:

MCP Server providing database schema and indexes

57 lines (56 loc) 1.32 kB
{ "name": "celp-mcp", "version": "1.0.50", "bin": { "celp-mcp": "./build/index.js", "celp": "./build/index.js" }, "files": [ "build" ], "main": "build/index.js", "exports": { ".": "./build/index.js", "./tools": "./build/tools.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "database", "cli" ], "author": "", "license": "ISC", "description": "MCP Server providing database schema and indexes", "repository": { "type": "git", "url": "https://github.com/empowerlocal/mcp-server.git" }, "dependencies": { "@databricks/sql": "^1.11.0", "@modelcontextprotocol/sdk": "^1.11.0", "@types/pg": "^8.11.11", "dotenv": "^16.4.7", "mongodb": "^6.17.0", "mysql2": "^3.9.3", "openai": "^4.96.0", "pg": "^8.14.1", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "uuid": "^11.1.0", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/express": "^5.0.1", "@types/node": "^22.13.14", "typescript": "^5.8.2" } }