claude-ssh-mcp 1.0.0__tar.gz → 1.0.1__tar.gz
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.
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/PKG-INFO +3 -3
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/README.md +2 -2
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp.egg-info/PKG-INFO +3 -3
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/pyproject.toml +1 -1
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/LICENSE +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp/__init__.py +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp.egg-info/SOURCES.txt +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp.egg-info/dependency_links.txt +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp.egg-info/entry_points.txt +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/claude_ssh_mcp.egg-info/top_level.txt +0 -0
- {claude_ssh_mcp-1.0.0 → claude_ssh_mcp-1.0.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-ssh-mcp
|
|
3
|
-
Version: 1.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
|
|
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": "
|
|
82
|
+
"host": "192.168.1.100",
|
|
83
83
|
"port": 22,
|
|
84
84
|
"username": "root",
|
|
85
85
|
"password": "mypass"
|
|
@@ -27,7 +27,7 @@ That's it. Restart Claude Desktop and you're ready.
|
|
|
27
27
|
|
|
28
28
|
Just talk to Claude naturally:
|
|
29
29
|
|
|
30
|
-
- *"Connect to
|
|
30
|
+
- *"Connect to 192.168.1.100 as root with password mypass, call it production"*
|
|
31
31
|
- *"Run `ls -la /var/www` on production"*
|
|
32
32
|
- *"Upload C:\Users\me\app.zip to /tmp/app.zip on production"*
|
|
33
33
|
- *"Download /var/log/error.log from production"*
|
|
@@ -54,7 +54,7 @@ Edit manually if you prefer:
|
|
|
54
54
|
```json
|
|
55
55
|
{
|
|
56
56
|
"production": {
|
|
57
|
-
"host": "
|
|
57
|
+
"host": "192.168.1.100",
|
|
58
58
|
"port": 22,
|
|
59
59
|
"username": "root",
|
|
60
60
|
"password": "mypass"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-ssh-mcp
|
|
3
|
-
Version: 1.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
|
|
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": "
|
|
82
|
+
"host": "192.168.1.100",
|
|
83
83
|
"port": 22,
|
|
84
84
|
"username": "root",
|
|
85
85
|
"password": "mypass"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|