@codai/romai-mcp
Version:
ROMAI Ultimate MCP Server - All-in-One Enterprise Solution with 26+ Integrated Tools
124 lines • 3.16 kB
JSON
{
"name": "@codai/romai-mcp",
"version": "0.6.0",
"description": "ROMAI Ultimate MCP Server - All-in-One Enterprise Solution with 26+ Integrated Tools",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"romai-mcp": "./bin/romai-mcp.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./server": {
"types": "./dist/server.d.ts",
"import": "./dist/server.mjs",
"require": "./dist/server.js"
},
"./enhanced": {
"types": "./dist/enhanced-server.d.ts",
"import": "./dist/enhanced-server.mjs",
"require": "./dist/enhanced-server.js"
},
"./ultimate": {
"types": "./dist/ultimate-server.d.ts",
"import": "./dist/ultimate-server.mjs",
"require": "./dist/ultimate-server.js"
}
},
"keywords": [
"mcp",
"model-context-protocol",
"romania",
"romanian",
"business",
"ai",
"enterprise",
"claude",
"resources",
"prompts",
"tools",
"ultimate",
"all-in-one",
"filesystem",
"git",
"database",
"web-intelligence",
"analytics",
"ml",
"business-intelligence",
"codai"
],
"author": "CODAI Contributors",
"license": "MIT",
"dependencies": {
"@codai/romai-core": "^0.1.6",
"@codai/romai-types": "^0.1.3",
"@modelcontextprotocol/sdk": "^0.6.0",
"@types/joi": "^17.2.3",
"axios": "^1.5.0",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.0",
"commander": "^12.1.0",
"d3": "^7.8.0",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"express-rate-limit": "^7.1.0",
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
"helmet": "^7.1.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.0",
"ml-matrix": "^6.10.0",
"mongodb": "^5.7.0",
"mysql2": "^3.6.0",
"parse-diff": "^0.11.0",
"pg": "^8.11.0",
"playwright": "^1.53.2",
"redis": "^4.6.0",
"regression": "^2.0.1",
"simple-git": "^3.19.0"
},
"devDependencies": {
"@playwright/test": "^1.53.2",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.0",
"@types/fs-extra": "^11.0.4",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^22.10.2",
"@types/pg": "^8.10.0",
"eslint": "^9.17.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.0",
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/server.js",
"start:ultimate": "node dist/ultimate-main.js",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest run --coverage",
"test:ci": "vitest run --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"clean": "rimraf dist coverage",
"test:phase-2-3": "tsx src/validation/validate-phase-2-3.ts"
}
}