@ai-sdk/mcp 0.0.9 → 0.0.10

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.
package/dist/index.mjs CHANGED
@@ -1543,6 +1543,7 @@ var DefaultMCPClient = class {
1543
1543
  constructor({
1544
1544
  transport: transportConfig,
1545
1545
  name: name3 = "ai-sdk-mcp-client",
1546
+ version = CLIENT_VERSION,
1546
1547
  onUncaughtError,
1547
1548
  capabilities
1548
1549
  }) {
@@ -1576,7 +1577,7 @@ var DefaultMCPClient = class {
1576
1577
  };
1577
1578
  this.clientInfo = {
1578
1579
  name: name3,
1579
- version: CLIENT_VERSION
1580
+ version
1580
1581
  };
1581
1582
  }
1582
1583
  async init() {