Files
agent-framework/python/packages
T
Azure SRE Agent 21a1a0f5e1 Fix MCP allowed_tools empty list handling
When allowed_tools is set to an empty list [], the falsy check
'if not self.allowed_tools' incorrectly treats it as unconfigured
(same as None), causing all tools to be exposed. Change to an
explicit 'is None' check so that an empty list correctly results
in no tools being allowed.

Co-authored-by: Azure SRE Agent <noreply@microsoft.com>
21a1a0f5e1 ยท 2026-06-03 01:42:22 +00:00
History
..