@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.
package/dist/cli.mjs
CHANGED
|
@@ -2442,6 +2442,7 @@ var SseMcpClient = class {
|
|
|
2442
2442
|
this.opts = opts;
|
|
2443
2443
|
this.base = new URL(opts.endpoint);
|
|
2444
2444
|
}
|
|
2445
|
+
opts;
|
|
2445
2446
|
id = 0;
|
|
2446
2447
|
messagesUrl;
|
|
2447
2448
|
pending = /* @__PURE__ */ new Map();
|
|
@@ -2571,6 +2572,7 @@ var McpSink = class {
|
|
|
2571
2572
|
this.config = config;
|
|
2572
2573
|
this.client = client;
|
|
2573
2574
|
}
|
|
2575
|
+
config;
|
|
2574
2576
|
client;
|
|
2575
2577
|
async ensure() {
|
|
2576
2578
|
if (!this.client) {
|