fix: typo in mcp file name

This commit is contained in:
2026-07-02 15:20:57 -06:00
parent 693e2d9672
commit 5e50828108
+1 -2
View File
@@ -565,8 +565,7 @@ pub async fn run_repl_command(
.cloned();
match server_spec {
None => bail!(
"MCP server '{}' not found in config. \
Check your mcp_config.json.",
"MCP server '{}' not found in mcp.json.",
server_name
),
Some(spec) if !spec.is_remote() => bail!(