From 4b1cd3cf4454f0c5e9a739e3c8a8035195ae7b9e Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 6 Nov 2025 13:55:44 -0700 Subject: [PATCH] docs: Improved wording in the example agent configuration --- config.agent.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.agent.example.yaml b/config.agent.example.yaml index 527449b..43577ab 100644 --- a/config.agent.example.yaml +++ b/config.agent.example.yaml @@ -17,7 +17,7 @@ agent_session: null # Set a session to use when starting the agent. name: # Name of the agent, used in the UI and logs description: # Description of the agent, used in the UI version: 1 # Version of the agent -mcp_servers: # Optional list of MCP servers to use for the agent +mcp_servers: # Optional list of MCP servers that the agent utilizes - github # Corresponds to the name of an MCP server in the `/functions/mcp.json` file global_tools: # Optional list of additional global tools to enable for the agent; i.e. not tools specific to the agent - web_search