File size: 741 Bytes
fbd9d3d
cc826a1
fbd9d3d
 
 
cc826a1
fbd9d3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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": "读取沙盒中的文件"
    }
  ]
}