From f40cc8af27c2143b5ba853e9f322a313e4c36078 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 18 May 2026 15:14:54 -0600 Subject: [PATCH] feat: Added a new .edit mcp-config subcommand in the REPL --- REPL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/REPL.md b/REPL.md index d367edb..bebcf70 100644 --- a/REPL.md +++ b/REPL.md @@ -217,6 +217,7 @@ The `.edit` command lets you modify configuration files for the current mode of configuration in your preferred text editor. It lets you modify the following configurations: * `.edit config` - Modify the global configuration +* `.edit mcp-config` - Modify the MCP servers configuration file (`mcp.json`) * `.edit role` - Modify the active role's configuration * `.edit session` - Modify the active session's configuration * `.edit agent-config` - Modify the active agent's configuration