Doesn't seem like npx installs will work until there's a bin entry in the package.json ``` ... { "bin": { "mcp-ssh-manager": "src/index.js" } ... ```
Doesn't seem like npx installs will work until there's a bin entry in the package.json