Files
unraid-mcp/unraid_mcp/tools/__init__.py

14 lines
589 B
Python

"""MCP tools organized by functional domain.
10 consolidated tools with ~90 actions total:
unraid_info - System information queries (19 actions)
unraid_storage - Storage, disks, and logs (6 actions)
unraid_docker - Docker container management (15 actions)
unraid_vm - Virtual machine management (9 actions)
unraid_notifications - Notification management (9 actions)
unraid_rclone - Cloud storage remotes (4 actions)
unraid_users - User management (8 actions)
unraid_keys - API key management (5 actions)
unraid_health - Health monitoring and diagnostics (3 actions)
"""