{ "name": "@fr1sk/tmux-mcp", "version": "0.4.1", "description": "MCP server for tmux — list sessions/windows/panes, capture output, send keys", "author": "fr1sk", "repository": { "type": "git", "url": "https://github.com/fr1sk/tmux-mcp.git" }, "homepage": "https://github.com/fr1sk/tmux-mcp#readme", "bugs": { "url": "https://github.com/fr1sk/tmux-mcp/issues" }, "type": "module", "main": "dist/index.js", "bin": { "tmux-mcp": "dist/index.js" }, "files": [ "dist", "assets" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "tmux", "terminal", "model-context-protocol" ], "license": "MIT", "mcpName": "io.github.fr1sk/tmux-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.8.0" }, "engines": { "node": ">=18" } }