dsad
This commit is contained in:
27
.mcp.json
Normal file
27
.mcp.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"ssh-mcp": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"ssh-mcp",
|
||||
"-y",
|
||||
"--",
|
||||
"--host=52.221.242.70",
|
||||
"--port=22",
|
||||
"--user=root",
|
||||
"--password=pass",
|
||||
"--key=path/to/key",
|
||||
"--timeout=30000",
|
||||
"--maxChars=none"
|
||||
]
|
||||
},
|
||||
"uiautomator2": {
|
||||
"type": "stdio",
|
||||
"command": "python",
|
||||
"args": [
|
||||
"C:\\Users\\mumur\\uiautomator2-mcp\\server.py"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user