mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-20 23:22:05 +08:00
* feat: add MCP Run Python server and integrate Pyodide for executing Python code * fix: comment out unused polyfill imports in MCP Run Python server
9 lines
181 B
TypeScript
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 {}
|
|
// }
|
|
// })
|