UNPKG

agent-collaboration-mcp

Version:

Self-contained MCP server for multi-agent collaboration with automatic authentication delegation and complete tmux session management - no external dependencies required

71 lines (70 loc) 1.64 kB
{ "name": "agent-collaboration-mcp", "version": "3.4.2", "description": "Self-contained MCP server for multi-agent collaboration with automatic authentication delegation and complete tmux session management - no external dependencies required", "main": "index.js", "bin": { "agent-collaboration-mcp": "./bin/mcp-server-agent-collaboration" }, "scripts": { "start": "node index.js", "test": "./run-tests.sh", "test:unit": "./run-tests.sh unit", "test:integration": "./run-tests.sh integration", "lint": "./run-tests.sh lint" }, "keywords": [ "mcp", "claude-code", "gemini", "agent", "tmux", "collaboration", "automation", "multi-agent", "ai", "dynamic-panes", "tmux-automation", "pane-management", "agent-management", "self-contained", "authentication-delegation", "playwright-integration" ], "author": "Agent Collaboration Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nishimoto265/Agent_Collaboration_MCP.git" }, "bugs": { "url": "https://github.com/nishimoto265/Agent_Collaboration_MCP/issues" }, "homepage": "https://github.com/nishimoto265/Agent_Collaboration_MCP#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "zod": "^3.24.1" }, "engines": { "node": ">=18" }, "files": [ "index.js", "src/", "bin/", "scripts/", "README.md", "README_en.md", "config.example.json" ], "devDependencies": {}, "preferGlobal": true, "os": [ "linux", "darwin" ], "cpu": [ "x64", "arm64" ] }