Skip to content

Commit 5c4b176

Browse files
fix: Add __version__ to __all__ in mcp.tools
Fix ruff linting error F401 (imported but unused)
1 parent f4c326c commit 5c4b176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/skill_seekers/mcp/tools/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
)
8686

8787
__all__ = [
88+
"__version__",
8889
# Config tools
8990
"generate_config_impl",
9091
"list_configs_impl",

0 commit comments

Comments
 (0)