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:, :)