Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "ssh",
|
||||
"name": "SSH Remote Access",
|
||||
"type": "mcp_local",
|
||||
"scope": "user",
|
||||
"icon_small": "ssh/icon_sm.svg",
|
||||
"icon_large": "ssh/icon_lg.svg",
|
||||
"user_description": "Full SSH remote server access \u2014 files, commands, systemd, upload/download. Aliases manage host config; auth via key/agent or elicited password.",
|
||||
"requires": [
|
||||
"PYTHON"
|
||||
],
|
||||
"tags": [
|
||||
"ssh",
|
||||
"mcp",
|
||||
"local",
|
||||
"remote",
|
||||
"server",
|
||||
"sysadmin"
|
||||
],
|
||||
"auth": {
|
||||
"type": "none"
|
||||
},
|
||||
"folder": "ssh",
|
||||
"version": 5,
|
||||
"version_string": "1.0.4",
|
||||
"version_release_date": "2026-07-21"
|
||||
}
|
||||
Reference in New Issue
Block a user