fix: Update mcp.tools version to 2.8.0

Fix failing test in test_package_structure.py
This commit is contained in:
yusyus
2026-02-01 17:38:38 +03:00
parent 2d038e25c0
commit 4a61449239

View File

@@ -11,7 +11,7 @@ Tools are organized by functionality:
- source_tools: Config source management (fetch, submit, add/remove sources)
"""
__version__ = "2.7.4"
__version__ = "2.8.0"
from .config_tools import (
generate_config as generate_config_impl,