🚀 feat: Add Code API Proxy Support and Update MCP SDK (#6203)

* chore: bump mcp sdk

* feat: Add proxy support for file download and upload in Code Environment CRUD operations

* chore: remove unused files

* chore: change output format from CommonJS to ES module in server rollup config
This commit is contained in:
Danny Avila 2025-03-06 12:47:59 -05:00 committed by GitHub
parent 780fdf743a
commit 8cb7f34f86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 476 additions and 133 deletions

View file

@ -19,7 +19,7 @@ export default {
input: entryPath,
output: {
dir: 'test_bundle',
format: 'cjs',
format: 'es',
},
plugins: [
alias(customAliases),