You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* mcp-v2
Summary:
- MCP server and postgres server run concurrently.
- Added robot test `Concurrent psql and MCP HTTP Server Query Tool`.
* - Corrected robot test.
* - OS `psql` adaptability.
Should Contain ${result.stdout} cloudkms.googleapis.com
121
133
Should Be Equal As Integers ${result.rc}0
122
134
135
+
136
+
Concurrent psql and MCP HTTP Server Query Tool
137
+
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
138
+
Sleep 5s
139
+
${mcp_client_result}= Run Process ${STACKQL_MCP_CLIENT_EXE}
140
+
... exec
141
+
... \-\-client\-type\=http
142
+
... \-\-url\=http://127.0.0.1:9913
143
+
... \-\-exec.action query_v2
144
+
... \-\-exec.args {"sql": "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType \= 'projects' and parent \= 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"}
... "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType = 'projects' and parent = 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"
152
+
${windowsInput} = Catenate
153
+
... & ${posixInput}
154
+
${input} = Set Variable If "${IS_WINDOWS}" == "1" ${windowsInput}${posixInput}
155
+
${shellExe} = Set Variable If "${IS_WINDOWS}" == "1" powershell sh
0 commit comments