Skip to content

Commit a09ba69

Browse files
mshustovJove Zhong
authored andcommitted
add client_name with mcp_clickhouse (ClickHouse#21)
1 parent 908d606 commit a09ba69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp_timeplus/mcp_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def get_client_config(self) -> dict:
121121
"verify": self.verify,
122122
"connect_timeout": self.connect_timeout,
123123
"send_receive_timeout": self.send_receive_timeout,
124+
"client_name": "mcp_clickhouse",
124125
}
125126

126127
# Add optional database if set

0 commit comments

Comments
 (0)