@gleanwork/mcp-server-tester 2.0.0-beta.4 → 2.0.0-beta.5

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.
@@ -285,6 +285,9 @@ interface HostEvent {
285
285
  isError?: boolean;
286
286
  rawName?: string;
287
287
  id?: string;
288
+ durationMs?: number;
289
+ startedAt?: string;
290
+ completedAt?: string;
288
291
  }
289
292
 
290
293
  /**
@@ -1874,7 +1874,7 @@ var debugHttp = createDebug(`${NAMESPACE}:http`);
1874
1874
 
1875
1875
  // package.json
1876
1876
  var package_default = {
1877
- version: "2.0.0-beta.4"};
1877
+ version: "2.0.0-beta.5"};
1878
1878
  var debug = createDebug("mcp-server-tester:oauth-flow");
1879
1879
  async function generatePKCE() {
1880
1880
  const codeVerifier = oauth.generateRandomCodeVerifier();