-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 822 Bytes
/
Copy pathmanifest.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
33
{
"dxt_version": "0.1",
"name": "python-code-execution",
"display_name": "Python Code Execution Server",
"version": "1.0.0",
"description": "MCP server for executing Python code in a sandboxed environment with security restrictions.",
"author": {
"name": "Path Integral Institute"
},
"server": {
"type": "python",
"entry_point": "",
"mcp_config": {
"command": "uvx",
"args": [
"mcp-science",
"python-code-execution"
],
"env": {}
}
},
"tools": [
{
"name": "python_code_execution",
"description": "Execute the generated python code in a sandboxed environment with security restrictions."
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pathintegral-institute/mcp.science"
}
}