docs_tools.py

Code Hygiene Score: 100

Keine Issues gefunden.

Dependencies 1

Code

"""
MCP-Tools for Documentation Management.

This module delegates to the modularized docs_tools package.
For backward compatibility, it re-exports the main registration function.
"""

from docs_tools import register_docs_tools

__all__ = ["register_docs_tools"]
← Übersicht