Files
Jonathan Miller bd5f676e0a
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Platform: moko-platform CI / Gate 1: Code Quality (push) Has been cancelled
Merge remote-tracking branch 'origin/dev'
# Conflicts:
#	cli/manifest_licensing.php
2026-06-06 11:49:30 -05:00

51 lines
1.4 KiB
JSON

{
"name": "@mokoconsulting/mcp-mokossh",
"version": "3.4.0",
"description": "MCP server for SSH remote server management — execute commands, transfer files, database operations, backups, health monitoring, and DevOps automation",
"main": "src/index.js",
"bin": {
"ssh-mcp": "src/index.js",
"ssh-manager": "cli/ssh-manager.js"
},
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "npm run test:profiles && npm run test:aliases && npm run test:hooks && npm run test:tools",
"test:profiles": "node tests/test-profiles.js",
"test:aliases": "node tests/test-command-aliases.js",
"test:hooks": "node tests/test-hooks.js",
"test:tools": "node tests/test-tool-registry.js",
"lint": "eslint src/*.js",
"format": "prettier --write 'src/**/*.js' 'tests/**/*.js'"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.17.2",
"dotenv": "^16.4.5",
"ssh2": "^1.17.0",
"uuid": "^11.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.2.4"
},
"engines": {
"node": ">=18.0.0"
},
"license": "MIT",
"author": "MCP SSH Manager Contributors",
"contributors": [
"Moko Consulting <hello@mokoconsulting.tech>"
],
"repository": {
"type": "git",
"url": "https://git.mokoconsulting.tech/MokoConsulting/ssh-mcp.git"
},
"upstream": {
"url": "https://github.com/bvisible/mcp-ssh-manager",
"version": "3.4.0",
"license": "MIT"
}
}