UNPKG

mcp-subagents

Version:

Multi-Agent AI Orchestration via Model Context Protocol - Access specialized CLI AI agents (Aider, Qwen, Gemini, Goose, etc.) with intelligent fallback and configuration

75 lines (74 loc) 1.75 kB
{ "name": "mcp-subagents", "version": "1.3.0", "description": "Multi-Agent AI Orchestration via Model Context Protocol - Access specialized CLI AI agents (Aider, Qwen, Gemini, Goose, etc.) with intelligent fallback and configuration", "keywords": [ "mcp", "mcp-server", "ai-agents", "multi-agent", "orchestration", "claude-code", "aider", "qwen", "gemini", "goose", "codex", "opencode", "claude", "fallback", "automation", "cli-agents" ], "main": "./dist/index.js", "type": "module", "bin": { "mcp-subagents": "dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsx src/cli.ts", "validate": "node dist/cli.js --validate", "setup": "node dist/cli.js --setup", "type-check": "tsc --noEmit", "test": "jest" }, "files": [ "dist/", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "minimatch": "^9.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^8.57.1", "jest": "^30.0.5", "ts-jest": "^29.4.0", "tsx": "^4.20.3", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/m3hdi-labs/mcp-subagents.git" }, "homepage": "https://github.com/m3hdi-labs/mcp-subagents#readme", "bugs": { "url": "https://github.com/m3hdi-labs/mcp-subagents/issues" }, "author": "m3hdi <m3hdi@example.com>", "license": "MIT", "publishConfig": { "access": "public" } }