File size: 109 Bytes
1a9e2c2
 
 
 
 
 
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
"""MCP模块初始化"""

from app.services.mcp.server import mcp

__all__ = ["mcp"]