package.json•2.55 kB
{
"name": "@xuyehua/remote-terminal-mcp",
"version": "0.15.2",
"description": "A remote terminal MCP for Cursor",
"main": "index.js",
"bin": {
"remote-terminal-mcp": "bin/remote-terminal-mcp",
"mcp-server-remote-terminal": "bin/remote-terminal-mcp",
"remote-mcp": "bin/remote-terminal-mcp"
},
"files": [
"index.js",
"python/",
"bin/",
"templates/",
"scripts/",
"docker_config_manager.py",
"enhanced_config_manager.py",
"requirements.txt",
"README.md",
"LICENSE",
"BOS_PROGRESS.md"
],
"scripts": {
"start": "node index.js",
"test": "python3 tests/run_tests.py",
"test:local": "python3 tests/run_tests.py local",
"test:npm": "python3 tests/run_tests.py npm",
"test:integration": "python3 tests/run_tests.py integration",
"test:pre-commit": "python3 tests/run_tests.py --pre-commit",
"test:pre-publish": "python3 tests/run_tests.py --pre-publish",
"test:verbose": "python3 tests/run_tests.py all -v",
"postinstall": "node scripts/post-install.js",
"check-deps": "node scripts/check-dependencies.js",
"install-deps": "python3 -m pip install -r requirements.txt --user || python -m pip install -r requirements.txt --user",
"publish:patch": "npm run test:pre-publish && node scripts/publish.js version-and-publish patch",
"publish:minor": "npm run test:pre-publish && node scripts/publish.js version-and-publish minor",
"publish:major": "npm run test:pre-publish && node scripts/publish.js version-and-publish major",
"version:patch": "node scripts/publish.js patch",
"version:minor": "node scripts/publish.js minor",
"version:major": "node scripts/publish.js major",
"build": "npm pack",
"prepublishOnly": "python3 -m pytest tests/ -q"
},
"keywords": [
"mcp",
"remote",
"terminal",
"cursor",
"claude",
"script-based",
"docker",
"relay-cli",
"intelligent-connection",
"tmux",
"ssh",
"bos",
"configuration",
"shell",
"zsh",
"bash"
],
"author": {
"name": "xuyehua",
"email": "your-email@example.com"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/maricoxu/remote-terminal-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/maricoxu/remote-terminal-mcp.git"
},
"bugs": {
"url": "https://github.com/maricoxu/remote-terminal-mcp/issues"
}
}