mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
chore: remove prefetchOfficialMcpUrls call on startup
This commit is contained in:
@@ -56,7 +56,6 @@ import {
|
||||
parseFileSpecs,
|
||||
} from "./services/api/filesApi.js";
|
||||
import { prefetchPassesEligibility } from "./services/api/referral.js";
|
||||
import { prefetchOfficialMcpUrls } from "./services/mcp/officialRegistry.js";
|
||||
import type {
|
||||
McpSdkServerConfig,
|
||||
McpServerConfig,
|
||||
@@ -689,7 +688,6 @@ export function startDeferredPrefetches(): void {
|
||||
|
||||
// Analytics and feature flag initialization
|
||||
void initializeAnalyticsGates();
|
||||
void prefetchOfficialMcpUrls();
|
||||
|
||||
void refreshModelCapabilities();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user