feat: add MCP Run Python server and integrate Pyodide for executing P… (#5793)

feat: add MCP Run Python server and integrate Pyodide for executing Python code
This commit is contained in:
LiuVaayne
2025-05-18 23:31:05 +08:00
committed by GitHub
parent 1475f75a35
commit 086b09d99a
8 changed files with 499 additions and 0 deletions
+8
View File
@@ -121,6 +121,14 @@ export const builtinMCPServers: MCPServer[] = [
DIFY_KEY: 'YOUR_DIFY_KEY'
},
provider: 'CherryAI'
},
{
id: nanoid(),
name: '@cherry/mcp-run-python',
type: 'inMemory',
description: 'Model Context Protocol server to run Python code in a sandbox.',
isActive: false,
provider: 'CherryAI'
}
]