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:
@@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user