Fix llm_short_description: descrivere cosa fa l'MCP, non elencare i tool

This commit is contained in:
2026-07-22 22:24:10 +01:00
parent 3440890d11
commit 9236f668ec
17 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
{
"lang": "en",
"description": "Full SSH remote server access: read/write files, grep, execute commands, manage systemd services, upload/download files and directories, and probe system info \u2014 all over SFTP and SSH with the same output format as Skald's native tools. Aliases manage host config (hostname, port, user, auth method, sudo policy). Login passwords and sudo passwords are elicited on demand and kept only in RAM with configurable TTL. No OAuth, no API keys, no secrets on disk.",
"llm_short_description": "SSH remote server management via alias system. 13 tools: list_aliases, add/remove_alias (manage SSH hosts), read_file, list_files (recursive), grep_files (regex search), edit_file, replace_lines, exec (run commands), upload/download (file transfer via SFTP), sysinfo (host metrics), systemd (service management). Auth via key/agent or elicited password. Connection pooling with lazy TTL eviction."
"llm_short_description": "SSH remote access \u2014 connect to remote servers via alias system. Read, write, list, grep, edit files and execute commands on remote hosts over SSH."
}
],
"mcp_config": {