feat: also detect .mcp.json configurations at workspace roots

This commit is contained in:
2026-07-17 14:03:08 -06:00
parent 6dd1e59815
commit 8c885d9a77
3 changed files with 69 additions and 25 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ pub struct Cli {
/// Display the message without sending it
#[arg(long)]
pub dry_run: bool,
/// Disable loading workspace MCP servers from .coyote/mcp.json (or .coyote/.mcp.json)
/// Disable loading workspace MCP servers from .coyote/mcp.json, .coyote/.mcp.json, or .mcp.json
#[arg(long)]
pub no_workspace_mcp: bool,
/// Disable memory for this invocation