From 4a0f002503bab9bee39ec832059e21112069a75b Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 6 Nov 2025 13:31:25 -0700 Subject: [PATCH] docs: Updated the example agent configuration to show the new global_tools and mcp_servers environment variables --- config.agent.example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.agent.example.yaml b/config.agent.example.yaml index c6fe438..527449b 100644 --- a/config.agent.example.yaml +++ b/config.agent.example.yaml @@ -5,6 +5,8 @@ # - _MODEL # - _TEMPERATURE # - _TOP_P +# - _GLOBAL_TOOLS (as a JSON string array) +# - _MCP_SERVERS (as a JSON string array) # - _AGENT_SESSION # - _VARIABLES (as JSON array of key-value pairs; e.g. '[{"name": "username", "value": "alex"}]')