Files
MuMuAINovel/backend/app/mcp/__init__.py
T

4 lines
84 B
Python

"""MCP插件系统"""
from .registry import mcp_registry
__all__ = ["mcp_registry"]