We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09ba69 commit c9416acCopy full SHA for c9416ac
mcp_timeplus/mcp_server.py
@@ -41,6 +41,7 @@
41
42
@mcp.tool()
43
def list_databases():
44
+ """List available ClickHouse databases"""
45
logger.info("Listing all databases")
46
client = create_timeplus_client()
47
result = client.command("SHOW DATABASES")
0 commit comments