@corbat-tech/coco 2.25.11 → 2.25.12

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/index.js CHANGED
@@ -21662,14 +21662,6 @@ var init_http = __esm({
21662
21662
  if (this.shouldAttemptOAuth()) {
21663
21663
  this.oauthToken = await getStoredMcpOAuthToken(this.config.url);
21664
21664
  }
21665
- const response = await this.sendRequestWithOAuthRetry(
21666
- "GET",
21667
- void 0,
21668
- this.abortController.signal
21669
- );
21670
- if (!response.ok && response.status !== 404) {
21671
- throw new Error(`HTTP ${response.status}: ${response.statusText}`);
21672
- }
21673
21665
  this.connected = true;
21674
21666
  } catch (error) {
21675
21667
  if (error instanceof MCPError) {