forked from HomeLab/unraid-mcp
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 202354bbc1 | |||
| 0d876564cc |
11
HISTORY.md
11
HISTORY.md
@@ -5,11 +5,22 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Runtime error due to broken import. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.0.4 (2026-02-28)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Even more changes to accommodate older GraphQL schema. [Simon
|
||||
Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.0.3 (2026-02-28)
|
||||
------------------
|
||||
|
||||
@@ -18,7 +18,6 @@ from .config.settings import (
|
||||
VERSION,
|
||||
)
|
||||
from .subscriptions.resources import register_subscription_resources
|
||||
from .tools.array import register_array_tool
|
||||
from .tools.docker import register_docker_tool
|
||||
from .tools.health import register_health_tool
|
||||
from .tools.info import register_info_tool
|
||||
@@ -51,7 +50,6 @@ def register_all_modules() -> None:
|
||||
# Register all consolidated tools
|
||||
registrars = [
|
||||
register_info_tool,
|
||||
register_array_tool,
|
||||
register_storage_tool,
|
||||
register_docker_tool,
|
||||
register_vm_tool,
|
||||
|
||||
Reference in New Issue
Block a user