Display tool names in catalog on arcade_mcp_server startup (#651)
This commit is contained in:
parent
f090b7c852
commit
aec26261e2
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ def initialize_tool_catalog(
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
logger.info(f"Total tools loaded: {total_tools}")
|
logger.info(f"Total tools loaded: {total_tools}")
|
||||||
|
for tool in catalog:
|
||||||
|
logger.info(f"\t- {tool.definition.fully_qualified_name}")
|
||||||
return catalog
|
return catalog
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue