We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49e2c2 commit 5bb54e1Copy full SHA for 5bb54e1
mcp-server/app/wren.py
@@ -41,7 +41,7 @@ async def make_query_request(sql: str, dry_run: bool = False):
41
async with httpx.AsyncClient() as client:
42
try:
43
response = await client.post(
44
- f"http://{WREN_URL}/v2/connector/{data_source}/query?dry_run={dry_run}",
+ f"http://{WREN_URL}/v3/connector/{data_source}/query?dry_run={dry_run}",
45
headers=headers,
46
json={
47
"sql": sql,
0 commit comments