-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Milestone
Description
Feature Request: Improve execute_query Compatibility in Altinity MCP
Summary:
Enhance the /{jwe_token}/openapi/execute_query endpoint to accept both ClickHouse-native and braces wrapped query formats for better interoperability with different integrations.
Proposed Improvement:
Support all the following input styles:
-
JSON-style GET (current behavior):
GET /{jwe_token}/openapi/execute_query?query={"SELECT 1"} -
ClickHouse-style GET (new behavior):
GET /{jwe_token}/openapi/execute_query?query=SELECT%201
Metadata
Metadata
Assignees
Labels
No labels