{ "name": "@k8ika0s/mcp-tmux", "mcpName": "io.github.k8ika0s/mcp-tmux", "version": "0.1.10", "description": "Model Context Protocol server that lets LLMs collaboratively drive tmux", "main": "dist/index.js", "type": "module", "bin": { "mcp-tmux": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "mcp-server", "tmux", "claude", "openai", "chatgpt", "codex", "model context protocol" ], "scripts": { "dev": "tsx src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/k8ika0s/mcp-tmux.git" }, "author": "", "license": "AGPL-3.0-only", "bugs": { "url": "https://github.com/k8ika0s/mcp-tmux/issues" }, "homepage": "https://github.com/k8ika0s/mcp-tmux#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "execa": "^9.6.1", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^25.0.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.15" } }