bstraehle commited on
Commit
0dcd607
·
verified ·
1 Parent(s): 17ad014

Update agents/tools/mcp_tools.py

Browse files
Files changed (1) hide show
  1. agents/tools/mcp_tools.py +2 -0
agents/tools/mcp_tools.py CHANGED
@@ -23,6 +23,8 @@ class MCPTools():
23
  RuntimeError: If processing fails
24
 
25
  """
 
 
26
  try:
27
  mcp_url = os.getenv("MCP_SSE_URL", MCP_SSE_URL_CHESS_POSITION_EVALUATION)
28
 
 
23
  RuntimeError: If processing fails
24
 
25
  """
26
+ print(f"🤖 get_best_move_tool: {fen}")
27
+
28
  try:
29
  mcp_url = os.getenv("MCP_SSE_URL", MCP_SSE_URL_CHESS_POSITION_EVALUATION)
30