UNPKG

zai-mcp-server

Version:

🚀 REVOLUTIONARY AI-to-AI Collaboration Platform v6.1! NEW: Advanced Debugging Tools with Screenshot Analysis, Console Error Parsing, Automated Fix Generation, 5 Specialized Debugging Agents, Visual UI Analysis, JavaScript Error Intelligence, CSS/HTML Fix

195 lines (194 loc) • 6.32 kB
{ "name": "zai-mcp-server", "version": "8.4.0", "description": "🚀 REVOLUTIONARY AI-to-AI Collaboration Platform v6.1! NEW: Advanced Debugging Tools with Screenshot Analysis, Console Error Parsing, Automated Fix Generation, 5 Specialized Debugging Agents, Visual UI Analysis, JavaScript Error Intelligence, CSS/HTML Fix Generation, Performance Issue Detection, Accessibility Auditing, Component Recognition, Multi-Modal AI Analysis. Complete enterprise-grade AI ecosystem - FREE!", "main": "src/index.js", "bin": { "zai-mcp-server": "src/index.js" }, "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "c8 --reporter=text --reporter=html --reporter=lcov mocha test/**/*.test.js --timeout 30000", "test:legacy": "node test-server.js", "test:openrouter": "node test-with-openrouter.js", "test:feedback": "node test-agent-feedback-loop.js", "test:ai2ai": "node test-ai-to-ai-loop.js", "test:ai2ai:quick": "timeout 10s node test-ai-to-ai-loop.js || true", "test:ai2ai:enhanced": "node test-enhanced-ai-to-ai-loop.js", "test:sequential": "node test-sequential-ai-agent.js", "test:system": "node test-system-ready.js", "test:complete": "node test-complete-system.js", "test:caching": "node test-smart-caching.js", "test:analytics": "node test-ai-model-analytics.js", "test:memory": "node test-project-memory.js", "test:templates": "node test-workflow-templates.js", "test:collaboration": "node test-real-time-collaboration.js", "test:swarm": "node test-ai-swarm-intelligence.js", "test:predictive": "node test-predictive-task-management.js", "test:codegen": "node test-real-time-code-generation.js", "test:adaptive": "node test-adaptive-learning-system.js", "test:prompts": "node test-enhanced-prompt-library.js", "test:coverage": "c8 --check-coverage --lines 80 --functions 80 --branches 80 npm run test", "test:integration": "mocha test/coverage.test.js --timeout 30000", "test:integration:preview": "echo 'Integration tests for preview environment'", "coverage:report": "c8 report --reporter=text-summary", "coverage:html": "c8 report --reporter=html", "lint": "eslint src/ --ext .js --fix", "lint:check": "eslint src/ --ext .js", "security:audit": "npm audit --audit-level=moderate", "quality:check": "npm run lint:check && npm run test:coverage && npm run security:audit", "perf:test": "node performance/run-performance-tests.js", "perf:load": "artillery run performance/artillery-config.yml", "perf:memory": "artillery run performance/memory-stress-test.yml", "perf:install": "npm install artillery --save-dev", "release:status": "node scripts/release.js status", "release:patch": "node scripts/release.js release patch", "release:minor": "node scripts/release.js release minor", "release:major": "node scripts/release.js release major", "release:beta": "node scripts/release.js release prerelease", "docs:generate": "node docs/generate-docs.mjs", "docs:api": "jsdoc -c jsdoc.json", "docs:serve": "npx http-server docs/api -p 8080", "example": "node examples/basic-usage.js", "demo:sync": "node examples/agent-sync-demo.js", "precommit": "npm run quality:check" }, "keywords": [ "zai", "free", "mcp-server", "multi-provider", "ai-to-ai", "openrouter", "anthropic", "deepseek", "claude", "gemini", "automatic-failover", "data-collection", "hugging-face", "no-license", "ai-loops", "model-context-protocol", "mcp", "vscode", "ai-automation", "machine-learning", "api-rotation", "high-availability", "smart-filtering", "problem-solving", "code-generation", "ai-collaboration", "training-data", "conversation-data", "quality-filtering", "batch-processing", "cloud-storage", "enterprise-ready", "production-grade", "scalable", "reliable", "smart-caching", "ai-swarm", "adaptive-learning", "real-time-collaboration", "predictive-analytics", "prompt-library", "workflow-templates", "project-memory", "code-review", "task-management", "deep-thinking", "parallel-execution", "performance-analytics", "cost-optimization", "ai-voting", "consensus-systems", "advanced-loop-intelligence", "smart-adaptation", "context-memory", "predictive-planning", "performance-analytics", "workflow-pipelines", "conditional-branching", "loop-checkpointing", "merge-split", "specialized-agents", "cross-loop-communication", "agent-consensus", "learning-system", "debugging-tools", "screenshot-analysis", "console-error-parsing", "automated-fix-generation", "visual-debugging", "ui-analysis", "javascript-debugging", "css-fix-generation", "accessibility-auditing", "performance-debugging", "component-recognition", "multi-modal-analysis", "error-intelligence", "debugging-agents" ], "author": "Zrald AI Systems", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Zrald1/zraldloop.git" }, "homepage": "https://github.com/Zrald1/zraldloop#readme", "bugs": { "url": "https://github.com/Zrald1/zraldloop/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "node-fetch": "^3.3.2" }, "devDependencies": { "artillery": "^2.0.23", "c8": "^8.0.1", "chai": "^4.3.10", "eslint": "^8.57.0", "mocha": "^10.2.0", "sinon": "^17.0.1" }, "c8": { "include": [ "src/**/*.js" ], "exclude": [ "test/**", "examples/**", "coverage/**" ], "reporter": [ "text", "html", "lcov" ], "check-coverage": true, "lines": 80, "functions": 80, "branches": 80, "statements": 80 }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md", "OPENROUTER_INTEGRATION_GUIDE.md", "AGENT_SYNC_GUIDE.md", "AGENT_FEEDBACK_IMPLEMENTATION.md", "ENHANCED-AI-TO-AI-LOOP-DOCUMENTATION.md", "CHANGELOG.md", "mcp-config.json", "test-enhanced-ai-to-ai-loop.js" ] }