Merge branch 'issues/503' of https://github.com/taylorwilsdon/google_workspace_mcp into issues/503
This commit is contained in:
4
main.py
4
main.py
@@ -306,9 +306,7 @@ def main():
|
||||
if args.tool_tier is not None:
|
||||
# Combine with tier filtering within the permission-selected services
|
||||
try:
|
||||
tier_tools, _ = resolve_tools_from_tier(
|
||||
args.tool_tier, tools_to_import
|
||||
)
|
||||
tier_tools, _ = resolve_tools_from_tier(args.tool_tier, tools_to_import)
|
||||
set_enabled_tool_names(set(tier_tools))
|
||||
except Exception as e:
|
||||
print(f"Error loading tools for tier '{args.tool_tier}': {e}", file=sys.stderr)
|
||||
|
||||
Reference in New Issue
Block a user