@agentproto/corpus-cli 0.1.0-alpha.6 → 0.1.0

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.
@@ -980,6 +980,7 @@ var SseMcpClient = class {
980
980
  this.opts = opts;
981
981
  this.base = new URL(opts.endpoint);
982
982
  }
983
+ opts;
983
984
  id = 0;
984
985
  messagesUrl;
985
986
  pending = /* @__PURE__ */ new Map();
@@ -1107,6 +1108,7 @@ var McpSink = class {
1107
1108
  this.config = config;
1108
1109
  this.client = client;
1109
1110
  }
1111
+ config;
1110
1112
  client;
1111
1113
  async ensure() {
1112
1114
  if (!this.client) {