refactor: Refactored mcp_servers and function_calling to mcp_server_support and function_calling_support to make the purpose of the fields more clear

This commit is contained in:
2025-11-04 13:17:58 -07:00
parent 600f5d1484
commit 77c1a06277
5 changed files with 50 additions and 35 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ visible_tools: # Which tools are visible to be compiled (and a
# - web_search_tavily.sh
# ---- MCP Servers ----
mcp_servers: true # Enables or disables MCP servers (globally).
mcp_server_support: true # Enables or disables MCP servers (globally).
mapping_mcp_servers: # Alias for an MCP server or set of servers
git: github,gitmcp
enabled_mcp_servers: null # Which MCP servers to enable by default (e.g. 'github,slack')