Local MCP debug setup: launcher scripts, config, setup script, and EN/ZH docs. Secrets live in config/mcp/local-mcp.env (gitignored); commit a sanitized local-mcp.env.example template instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
exec npx -y mcp-ssh-manager@latest
|