Skip to content

Commit c9416ac

Browse files
kapustorJove Zhong
authored andcommitted
Add descriptions for tools required by Bedrock (ClickHouse#23)
Addresses ClickHouse#22
1 parent a09ba69 commit c9416ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp_timeplus/mcp_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
@mcp.tool()
4343
def list_databases():
44+
"""List available ClickHouse databases"""
4445
logger.info("Listing all databases")
4546
client = create_timeplus_client()
4647
result = client.command("SHOW DATABASES")

0 commit comments

Comments
 (0)