Skip to content

Commit f5de4ed

Browse files
committed
Align heartbeat default with UI toggle for project-scoped tools
1 parent bb17565 commit f5de4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MCPForUnity/Editor/Services/Transport/Transports/StdioBridgeHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ public static void WriteHeartbeat(bool reloading, string reason = null)
10491049

10501050
bool projectScopedTools = EditorPrefs.GetBool(
10511051
EditorPrefKeys.ProjectScopedToolsLocalHttp,
1052-
true // default to true so stdio behaves like HTTP Local by default
1052+
false // must match McpToolsSection toggle default so UI and heartbeat agree
10531053
);
10541054

10551055
var payload = new

0 commit comments

Comments
 (0)