claude-ssh-mcp 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-ssh-mcp
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: MCP addon for Claude Desktop - SSH into servers, run commands, transfer files
5
5
  Author-email: MaraBank <mb08112009@gmail.com>
6
6
  License: MIT
@@ -52,7 +52,7 @@ That's it. Restart Claude Desktop and you're ready.
52
52
 
53
53
  Just talk to Claude naturally:
54
54
 
55
- - *"Connect to 185.91.118.4 as root with password mypass, call it production"*
55
+ - *"Connect to 192.168.1.100 as root with password mypass, call it production"*
56
56
  - *"Run `ls -la /var/www` on production"*
57
57
  - *"Upload C:\Users\me\app.zip to /tmp/app.zip on production"*
58
58
  - *"Download /var/log/error.log from production"*
@@ -79,7 +79,7 @@ Edit manually if you prefer:
79
79
  ```json
80
80
  {
81
81
  "production": {
82
- "host": "185.91.118.4",
82
+ "host": "192.168.1.100",
83
83
  "port": 22,
84
84
  "username": "root",
85
85
  "password": "mypass"
@@ -0,0 +1,7 @@
1
+ claude_ssh_mcp/__init__.py,sha256=klN6MQI6WPTxvqI0IzXoMHotqItBB15cpj9BG9vLE5o,6663
2
+ claude_ssh_mcp-1.0.1.dist-info/licenses/LICENSE,sha256=wFclISLKRFSih_TFiMzSwthYku2whTPgUd_sJ6DWarE,1065
3
+ claude_ssh_mcp-1.0.1.dist-info/METADATA,sha256=81UxuRNY29BwWIbXmxCjpHG6rcv0VpvIGXAlRY73tiQ,3605
4
+ claude_ssh_mcp-1.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
+ claude_ssh_mcp-1.0.1.dist-info/entry_points.txt,sha256=oheaU_3JumlDh127EFyhFHWC65R4hhwoUGTvCoa-Yl0,55
6
+ claude_ssh_mcp-1.0.1.dist-info/top_level.txt,sha256=vZvGJ6s7bHvnW8vbR0gXnZwX_iZnHfKCsZUt08IN4P0,15
7
+ claude_ssh_mcp-1.0.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- claude_ssh_mcp/__init__.py,sha256=klN6MQI6WPTxvqI0IzXoMHotqItBB15cpj9BG9vLE5o,6663
2
- claude_ssh_mcp-1.0.0.dist-info/licenses/LICENSE,sha256=wFclISLKRFSih_TFiMzSwthYku2whTPgUd_sJ6DWarE,1065
3
- claude_ssh_mcp-1.0.0.dist-info/METADATA,sha256=7RRfMn2hkz5vwOKiOm3I_SewC1ldK11gJks3zEhBFFk,3603
4
- claude_ssh_mcp-1.0.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
- claude_ssh_mcp-1.0.0.dist-info/entry_points.txt,sha256=oheaU_3JumlDh127EFyhFHWC65R4hhwoUGTvCoa-Yl0,55
6
- claude_ssh_mcp-1.0.0.dist-info/top_level.txt,sha256=vZvGJ6s7bHvnW8vbR0gXnZwX_iZnHfKCsZUt08IN4P0,15
7
- claude_ssh_mcp-1.0.0.dist-info/RECORD,,