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
Feature Request: Improve
execute_queryCompatibility in Altinity MCPSummary:
Enhance the
/{jwe_token}/openapi/execute_queryendpoint 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