fix: typo in mcp file name
This commit is contained in:
+1
-2
@@ -565,8 +565,7 @@ pub async fn run_repl_command(
|
|||||||
.cloned();
|
.cloned();
|
||||||
match server_spec {
|
match server_spec {
|
||||||
None => bail!(
|
None => bail!(
|
||||||
"MCP server '{}' not found in config. \
|
"MCP server '{}' not found in mcp.json.",
|
||||||
Check your mcp_config.json.",
|
|
||||||
server_name
|
server_name
|
||||||
),
|
),
|
||||||
Some(spec) if !spec.is_remote() => bail!(
|
Some(spec) if !spec.is_remote() => bail!(
|
||||||
|
|||||||
Reference in New Issue
Block a user