File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ MCP HTTPS Server Validate Canonical
519519 ... \-\-exec.action
520520 ... validate_query_json_v2
521521 ... \-\-exec.args
522- ... {"sql":"select * from google.storage.buckets where project = 'stackql-demo';"}
522+ ... {"sql":"select * from google.storage.buckets where project \ = 'stackql\ -demo';"}
523523 ... stdout=${CURDIR }${/ } tmp${/ } MCP-HTTPS-validate-canonical.txt
524524 ... stderr=${CURDIR }${/ } tmp${/ } MCP-HTTPS-validate-canonical-stderr.txt
525525 ${meta_rels_obj } = Parse MCP JSON Output ${meta_rels.stdout }
@@ -539,7 +539,7 @@ MCP HTTPS Server Query Canonical
539539 ... \-\-exec.action
540540 ... query_json_v2
541541 ... \-\-exec.args
542- ... {"sql":"select * from google.storage.buckets where project \= 'stackql\-demo';"}
542+ ... {"sql":"select name, id from google.storage.buckets where project \= 'stackql\-demo';"}
543543 ... stdout=${CURDIR }${/ } tmp${/ } MCP-HTTPS-Query-canonical.txt
544544 ... stderr=${CURDIR }${/ } tmp${/ } MCP-HTTPS-Query-canonical-stderr.txt
545545 ${meta_rels_obj } = Parse MCP JSON Output ${meta_rels.stdout }
You can’t perform that action at this time.
0 commit comments