style: Improved error message for un-fully configured MCP configuration

This commit is contained in:
2025-12-13 13:37:01 -07:00
parent a7f5677195
commit cec04c4597
+1 -1
View File
@@ -800,7 +800,7 @@ impl Config {
|| s == "all"
}) {
bail!(
"Some of the specified MCP servers in 'enabled_mcp_servers' are configured. Please check your MCP server configuration."
"Some of the specified MCP servers in 'enabled_mcp_servers' are not fully configured. Please check your MCP server configuration."
);
}
}