File size: 120 Bytes
fbd9d3d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
沙盒MCP插件
提供安全的文件操作和命令执行能力
"""

from .main import plugin

__all__ = ["plugin"]