@blaxel/core 0.2.67-preview.91 → 0.2.68-preview.93

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.
@@ -3,8 +3,8 @@ import { authentication } from "../authentication/index.js";
3
3
  import { env } from "../common/env.js";
4
4
  import { fs, os, path } from "../common/node.js";
5
5
  // Build info - these placeholders are replaced at build time by build:replace-imports
6
- const BUILD_VERSION = "0.2.67-preview.91";
7
- const BUILD_COMMIT = "3a64eedabba6c905c7dbba66fd6e8c036afdc3dd";
6
+ const BUILD_VERSION = "0.2.68-preview.93";
7
+ const BUILD_COMMIT = "779b34a582be6bf645a3702c8f78c9e98b76a41c";
8
8
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
9
9
  // Cache for config.yaml tracking value
10
10
  let configTrackingValue = null;
@@ -99,6 +99,7 @@ export class McpTool {
99
99
  throw err;
100
100
  }
101
101
  logger.debug(`MCP:${this.name}:Connecting to fallback`);
102
+ this.transportName = undefined;
102
103
  this.transport = await this.getTransport(this.fallbackUrl);
103
104
  await this.client.connect(this.transport);
104
105
  logger.debug(`MCP:${this.name}:Connected to fallback`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.67-preview.91",
3
+ "version": "0.2.68-preview.93",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",