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"}]')