Update agents/tools/mcp_tools.py
Browse files
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 |
|