Don't display tool names in catalog on arcade_mcp_server startup

This commit is contained in:
Eric Gustin 2025-12-01 11:04:31 -08:00
parent 2389d89471
commit 072fbb0436

View file

@ -107,8 +107,6 @@ def initialize_tool_catalog(
sys.exit(1)
logger.info(f"Total tools loaded: {total_tools}")
for tool in catalog:
logger.info(f"\t- {tool.definition.fully_qualified_name}")
return catalog