mcp: add 5 operational tools — tail_log, get_service_status, ping_service, list_lxcs, get_lxc_state

This commit is contained in:
2026-07-07 23:01:21 +02:00
parent bbd560bf19
commit 692800cf09
2 changed files with 244 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ services:
OIKOS_ENV: dev
OIKOS_DEBUG: "true"
OIKOS_HERMES_AGENT_SLUG: ${OIKOS_HERMES_AGENT_SLUG:-agent:hermes}
volumes:
- ${OIKOS_SSH_KEY_PATH:-~/.ssh/id_ed25519}:/etc/oikos/ssh_key:ro
ports:
- "8090:8090"
command: ["api"]