Skip to content

Commit bf52aab

Browse files
committed
Improve remote tools error logging
1 parent df0864c commit bf52aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dbt_mcp/remote/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _get_remote_tools(base_url: str, headers: dict[str, str]) -> list[RemoteTool
6565
)
6666
return ListToolsResult.model_validate(list_tools_response.result).tools
6767
except Exception as e:
68-
print(f"Error getting remote tools: {e}")
68+
logger.error(f"Error getting remote tools: {e}")
6969
return []
7070

7171

0 commit comments

Comments
 (0)