docs: Updated the example agent configuration to show the new global_tools and mcp_servers environment variables

This commit is contained in:
2025-11-06 13:31:25 -07:00
parent c4f8c6e102
commit 4a0f002503
+2
View File
@@ -5,6 +5,8 @@
# - <agent-name>_MODEL
# - <agent-name>_TEMPERATURE
# - <agent-name>_TOP_P
# - <agent-name>_GLOBAL_TOOLS (as a JSON string array)
# - <agent-name>_MCP_SERVERS (as a JSON string array)
# - <agent-name>_AGENT_SESSION
# - <agent-name>_VARIABLES (as JSON array of key-value pairs; e.g. '[{"name": "username", "value": "alex"}]')