Revert "feat: add MCP Run Python server and integrate Pyodide for exe… (#6141)

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

This reverts commit 4c7756aa78.
This commit is contained in:
SuYao
2025-05-19 00:54:32 +08:00
committed by GitHub
parent 4c7756aa78
commit 35eaef1395
8 changed files with 0 additions and 499 deletions
-8
View File
@@ -121,14 +121,6 @@ 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'
}
]