From f7df54f2f7bfd9917b99356149a5fa3439f92894 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 5 Dec 2025 12:38:15 -0700 Subject: [PATCH] docs: Removed the warning about MCP token usage since that has been fixed --- docs/function-calling/MCP-SERVERS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/function-calling/MCP-SERVERS.md b/docs/function-calling/MCP-SERVERS.md index 393df12..ba764d8 100644 --- a/docs/function-calling/MCP-SERVERS.md +++ b/docs/function-calling/MCP-SERVERS.md @@ -83,9 +83,7 @@ enabled_mcp_servers: null # Which MCP servers to enable by default (e.g. ``` A special note about `enabled_mcp_servers`: a user can set this to `all` to enable all configured MCP servers in the -`functions/mcp.json` configuration. However, **this should be used with caution**. When there is a significant number -of configured MCP servers, enabling all MCP servers may overwhelm the context length of a model, and quickly exceed -token limits. +`functions/mcp.json` configuration. (See the [Configuration Example](../../config.example.yaml) file for an example global configuration with all options.)