# -*- coding: utf-8 -*- """MCP模块初始化""" from app.services.mcp.server import mcp __all__ = ["mcp"]