From 5e508281080a22a002f3e0332c1cf69860e861a2 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 2 Jul 2026 15:20:57 -0600 Subject: [PATCH] fix: typo in mcp file name --- src/repl/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/repl/mod.rs b/src/repl/mod.rs index c63270f..409f9a6 100644 --- a/src/repl/mod.rs +++ b/src/repl/mod.rs @@ -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!(