message / plugins /sandbox /plugin.json
hunian
refactor(plugins): 插件短名并统一 MCP tool 为 {plugin}-{tool}
cc826a1
Raw
History Blame Contribute Delete
741 Bytes
{
"name": "sandbox",
"version": "1.0.0",
"description": "沙盒MCP插件,提供安全的文件操作和命令执行能力",
"author": "System",
"ui_path": "/tool/sandbox",
"requirements": [],
"enabled": true,
"category": "sandbox",
"capabilities": ["sandbox", "file_operations", "command_execution"],
"governance": {
"status": "active",
"handling_decision": "正常使用",
"dependency_risk": null
},
"ui": {
"type": "static"
},
"mcp_tools": [
{
"name": "run_command",
"display_name": "执行命令",
"purpose": "在沙盒中执行命令"
},
{
"name": "read_file",
"display_name": "读取文件",
"purpose": "读取沙盒中的文件"
}
]
}