fix: Add __version__ to __all__ in mcp.tools
Fix ruff linting error F401 (imported but unused)
This commit is contained in:
@@ -85,6 +85,7 @@ from .splitting_tools import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
# Config tools
|
||||
"generate_config_impl",
|
||||
"list_configs_impl",
|
||||
|
||||
Reference in New Issue
Block a user