forked from HomeLab/unraid-mcp
fix: runtime error due to broken import
This commit is contained in:
@@ -18,7 +18,6 @@ from .config.settings import (
|
|||||||
VERSION,
|
VERSION,
|
||||||
)
|
)
|
||||||
from .subscriptions.resources import register_subscription_resources
|
from .subscriptions.resources import register_subscription_resources
|
||||||
from .tools.array import register_array_tool
|
|
||||||
from .tools.docker import register_docker_tool
|
from .tools.docker import register_docker_tool
|
||||||
from .tools.health import register_health_tool
|
from .tools.health import register_health_tool
|
||||||
from .tools.info import register_info_tool
|
from .tools.info import register_info_tool
|
||||||
@@ -51,7 +50,6 @@ def register_all_modules() -> None:
|
|||||||
# Register all consolidated tools
|
# Register all consolidated tools
|
||||||
registrars = [
|
registrars = [
|
||||||
register_info_tool,
|
register_info_tool,
|
||||||
register_array_tool,
|
|
||||||
register_storage_tool,
|
register_storage_tool,
|
||||||
register_docker_tool,
|
register_docker_tool,
|
||||||
register_vm_tool,
|
register_vm_tool,
|
||||||
|
|||||||
Reference in New Issue
Block a user