cherry-studio/src/main/mcpServers/mcp-run-python/polyfill.ts
LiuVaayne c468c3cfd5
Feat/mcp run python (#6151)
* feat: add MCP Run Python server and integrate Pyodide for executing Python code

* fix: comment out unused polyfill imports in MCP Run Python server
2025-05-20 20:47:30 +08:00

9 lines
181 B
TypeScript

// import process from 'node:process'
// Stub `process.env` and always return an empty object
// Object.defineProperty(process, 'env', {
// get() {
// return {}
// }
// })