UNPKG

ultimate-mcp-server

Version:

The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms

120 lines (119 loc) 3.29 kB
{ "name": "ultimate-mcp-server", "version": "2.0.11", "description": "The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "ultimate-mcp-server": "bin/ultimate-mcp.js" }, "scripts": { "build": "tsc && node scripts/make-executable.js", "build:prod": "npm run build && npm run optimize", "build:minimal": "tsc --module esnext --outDir dist-minimal && npm run tree-shake", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "test:run": "vitest run", "test:ui": "vitest --ui", "test:all": "node scripts/run-tests.js", "test:all:coverage": "node scripts/run-tests.js --coverage", "test:compatibility": "tsx scripts/test-compatibility.ts", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "typecheck": "tsc --noEmit", "optimize": "node scripts/optimize-bundle.js", "tree-shake": "node scripts/tree-shake.js", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai", "llm", "orchestration", "debugging", "rag", "browser-automation", "ui-analysis", "code-intelligence", "multi-transport", "claude", "cursor", "windsurf", "ai-coding" ], "author": "Ultimate MCP Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RaiAnsar/Ultimate-MCP.git" }, "bugs": { "url": "https://github.com/RaiAnsar/Ultimate-MCP/issues" }, "homepage": "https://github.com/RaiAnsar/Ultimate-MCP#readme", "publishConfig": { "access": "public" }, "files": [ "dist/", "bin/", "scripts/make-executable.js", "README.md", "LICENSE", "PLATFORM_INSTALLATION.md" ], "dependencies": { "@anthropic-ai/sdk": "^0.38.0", "@babel/parser": "^7.26.3", "@babel/traverse": "^7.26.3", "@babel/types": "^7.26.3", "@google/generative-ai": "^0.21.0", "@modelcontextprotocol/sdk": "^1.15.0", "axios": "^1.7.9", "chalk": "^5.4.1", "cors": "^2.8.5", "dotenv": "^16.5.0", "eventsource": "^2.0.2", "express": "^4.21.2", "glob": "^11.0.3", "jsdom": "^25.0.1", "node-fetch": "^3.3.2", "openai": "^4.77.0", "p-queue": "^8.0.1", "playwright": "^1.49.0", "postgres": "^3.4.5", "puppeteer": "^24.2.0", "redis": "^4.7.0", "sharp": "^0.33.5", "uuid": "^11.0.5", "winston": "^3.17.0", "ws": "^8.18.0", "zod": "^3.24.1" }, "devDependencies": { "@types/babel__traverse": "^7.28.0", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/jsdom": "^21.1.7", "@types/node": "^22.12.1", "@types/node-fetch": "^2.6.13", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.14", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitest/coverage-v8": "^2.1.8", "eslint": "^9.18.0", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^2.1.8" }, "engines": { "node": ">=18.0.0" } }