-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Hello ClickHouse team,
This is my first post in this repo.
If not anything else, thanks for the great work!
This project is very cool, easy to use.
I would like to reach out with an issue.
In the YouTube video, we can clearly see some sort of human English language to SQL statement transformation happening.
May I ask how it is done?
Is it the MCP Client (here in the video claude desktop), which takes the English and sends it to the MCP server to run? (English -> SQL happening on MCP Client side)
Or the entire English statement is passed to the MCP server as it is, and then the MCP Server performs the transformation to SQL query? (English -> SQL happening on MCP Server side)
Reason why I am asking is that I am not using claude desktop.
We are using some other custom VSCode fork, which acts as an MCP client, and I am not able to generate the same queries.
Could you please help clarify?
Thank you for your time.