We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f511f06 commit 454c658Copy full SHA for 454c658
1 file changed
crates/forge_main/src/ui.rs
@@ -148,7 +148,7 @@ impl<A: API + ConsoleWriter + 'static, F: Fn(ForgeConfig) -> A + Send + Sync> UI
148
"https://forgecode.dev/docs/permissions/",
149
)
150
.items("Blocked servers:", server_names, 3);
151
- self.writeln_title(TitleFormat::warning("MCP servers are disabled by default."))?;
+ self.writeln_title(TitleFormat::warning("Local scope MCP servers are disabled by default."))?;
152
self.writeln(warning.to_string())?;
153
}
154
0 commit comments