UNPKG

@codai/glass-mcp

Version:

High-Performance Enterprise AI Project Management MCP Server with advanced optimization and multi-agent coordination

72 lines 1.81 kB
{ "name": "@codai/glass-mcp", "version": "11.5.0", "description": "High-Performance Enterprise AI Project Management MCP Server with advanced optimization and multi-agent coordination", "type": "module", "main": "dist/server.js", "bin": { "glass-mcp": "./dist/server.js" }, "exports": { ".": "./dist/server.js" }, "scripts": { "build": "tsc --project tsconfig.json", "clean": "rimraf dist", "dev": "tsc --build --watch", "type-check": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:consolidated": "vitest run src/__tests__/consolidated-tools.test.ts", "start": "node dist/mcp-server.js" }, "keywords": [ "mcp", "model-context-protocol", "ai", "project-management", "multi-agent", "codai", "enterprise", "high-performance", "caching", "optimization", "database-pooling" ], "author": "CODAI Team", "license": "MIT", "dependencies": { "@azure/openai": "^2.0.0", "@modelcontextprotocol/sdk": "^0.6.0", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^22.7.9", "@types/ws": "^8.5.13", "axios": "^1.11.0", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.1", "node-cache": "^5.1.2", "openai": "^4.20.1", "sql.js": "^1.10.3", "uuid": "^11.0.3", "ws": "^8.18.0", "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.6.3", "rimraf": "^6.0.1", "@types/node": "^20.0.0", "vitest": "^2.0.0", "@vitest/coverage-v8": "^2.0.0" }, "files": [ "dist/**/*", "README.md", "package.json" ], "engines": { "node": ">=18.0.0" } }