From 3f1e8003f85064859461a984dc059061f7e7286f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 24 Oct 2025 14:16:13 -0600 Subject: [PATCH] docs: Added in forgotten MCP server configuration values to the example config --- config.example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index a4f8f0c..c417264 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -18,6 +18,12 @@ mapping_tools: # Alias for a tool or toolset fs: 'fs_cat,fs_ls,fs_mkdir,fs_rm,fs_write' use_tools: null # Which tools to use by default. (e.g. 'fs,web_search') +# ---- MCP Servers ---- +mcp_servers: true # Enables or disables MCP servers (globally). +mapping_mcp_servers: # Alias for an MCP server or set of servers + git: github,gitmcp +use_mcp_servers: null # Which MCP servers to use by default (e.g. 'github,slack') + # ---- prelude ---- repl_prelude: null # Set a default role or session for REPL mode (e.g. role:, session:, :) cmd_prelude: null # Set a default role or session for CMD mode (e.g. role:, session:, :)