Merge branch 'issues/503' of https://github.com/taylorwilsdon/google_workspace_mcp into issues/503

This commit is contained in:
Taylor Wilsdon
2026-02-27 16:59:38 -04:00
2 changed files with 21 additions and 17 deletions

View File

@@ -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)