Don't display tool names in catalog on arcade_mcp_server startup
This commit is contained in:
parent
2389d89471
commit
072fbb0436
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue