Skip to content

Commit baeb842

Browse files
- Added robot test MCP HTTPS Server JSON DTO Greet.
- Added robot test `MCP HTTPS Server JSON DTO Server Info`. - Added robot test `MCP HTTPS Server JSON DTO DB Identity`. - Added robot test `MCP HTTPS Server JSON DTO Query V2 JSON`. - Added robot test `MCP HTTPS Server Query Exec Text`. - Added robot test `MCP HTTPS Server JSON DTO Query Exec JSON`. - Added robot test `MCP HTTPS Server JSON DTO Meta Get Foreign Keys`. - Added robot test `MCP HTTPS Server JSON DTO Meta Find Relationships`.
1 parent effbd43 commit baeb842

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

test/robot/functional/mcp.robot

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ Concurrent psql and Reverse Proxy MCP HTTPS Server Query Tool
248248
Should Contain ${psql_client_result.stdout} cloudkms.googleapis.com
249249
Should Be Equal As Integers ${psql_client_result.rc} 0
250250

251-
MCP HTTPS Server JSON DTO Verification
252-
# greet (plain text response)
251+
MCP HTTPS Server JSON DTO Greet
253252
${greet}= Run Process
254253
... ${STACKQL_MCP_CLIENT_EXE}
255254
... exec
@@ -266,7 +265,7 @@ MCP HTTPS Server JSON DTO Verification
266265
Should Be Equal As Integers ${greet.rc} 0
267266
Should Contain ${greet.stdout} Hi JSON TEST
268267

269-
# server_info
268+
MCP HTTPS Server JSON DTO Server Info
270269
${srvinfo}= Run Process
271270
... ${STACKQL_MCP_CLIENT_EXE}
272271
... exec
@@ -284,7 +283,7 @@ MCP HTTPS Server JSON DTO Verification
284283
Dictionary Should Contain Key ${srvinfo_obj} info
285284
Dictionary Should Contain Key ${srvinfo_obj} is_read_only
286285

287-
# db_identity
286+
MCP HTTPS Server JSON DTO DB Identity
288287
${dbident}= Run Process
289288
... ${STACKQL_MCP_CLIENT_EXE}
290289
... exec
@@ -300,7 +299,7 @@ MCP HTTPS Server JSON DTO Verification
300299
${dbident_obj}= Parse MCP JSON Output ${dbident.stdout}
301300
Dictionary Should Contain Key ${dbident_obj} identity
302301

303-
# query_v2 format=json
302+
MCP HTTPS Server JSON DTO Query V2 JSON
304303
${query_json}= Run Process
305304
... ${STACKQL_MCP_CLIENT_EXE}
306305
... exec
@@ -321,7 +320,7 @@ MCP HTTPS Server JSON DTO Verification
321320
${row_count}= Get From Dictionary ${query_obj} row_count
322321
Should Be True ${row_count} > 0
323322

324-
# query.exec_text
323+
MCP HTTPS Server Query Exec Text
325324
${ns_query_text}= Run Process
326325
... ${STACKQL_MCP_CLIENT_EXE}
327326
... exec
@@ -338,7 +337,7 @@ MCP HTTPS Server JSON DTO Verification
338337
Should Be Equal As Integers ${ns_query_text.rc} 0
339338
Should Contain ${ns_query_text.stdout} foo
340339

341-
# query.exec_json
340+
MCP HTTPS Server JSON DTO Query Exec JSON
342341
${ns_query_json}= Run Process
343342
... ${STACKQL_MCP_CLIENT_EXE}
344343
... exec
@@ -358,7 +357,7 @@ MCP HTTPS Server JSON DTO Verification
358357
${ns_row_count}= Get From Dictionary ${ns_query_json_obj} row_count
359358
Should Be True ${ns_row_count} >= 0
360359

361-
# meta.get_foreign_keys
360+
MCP HTTPS Server JSON DTO Meta Get Foreign Keys
362361
${meta_fk}= Run Process
363362
... ${STACKQL_MCP_CLIENT_EXE}
364363
... exec
@@ -376,7 +375,7 @@ MCP HTTPS Server JSON DTO Verification
376375
${meta_fk_obj}= Parse MCP JSON Output ${meta_fk.stdout}
377376
Dictionary Should Contain Key ${meta_fk_obj} text
378377

379-
# meta.find_relationships
378+
MCP HTTPS Server JSON DTO Meta Find Relationships
380379
${meta_rels}= Run Process
381380
... ${STACKQL_MCP_CLIENT_EXE}
382381
... exec

0 commit comments

Comments
 (0)