Skip to content

Commit c87c174

Browse files
committed
Tidy Claude status refresh
1 parent a1c00ed commit c87c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/Editor/Windows/Components/ClientConfig/McpClientConfigSection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ private void RefreshClaudeCliStatus(IMcpClientConfigurator client, bool forceImm
327327
}
328328

329329
bool hasStatus = lastStatusChecks.ContainsKey(client);
330-
bool needsRefresh = forceImmediate || !hasStatus || ShouldRefreshClient(client);
330+
bool needsRefresh = !hasStatus || ShouldRefreshClient(client);
331331

332332
if (!hasStatus)
333333
{

0 commit comments

Comments
 (0)