@yukkit/e2b-mcp-server 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -545,7 +545,7 @@ class E2BServer {
545
545
  const result = {
546
546
  sandboxId: parsed.sandboxId,
547
547
  filePath: parsed.filePath,
548
- url,
548
+ url: url,
549
549
  };
550
550
  logger.info(`Got download URL for file ${parsed.filePath} in sandbox ${parsed.sandboxId}`);
551
551
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yukkit/e2b-mcp-server",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A Model Context Protocol server",
5
5
  "repository": {
6
6
  "type": "git",