Skip to content

Commit 887656a

Browse files
- Better doco.
1 parent 91ccdcf commit 887656a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/robot/functional/mcp.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ MCP HTTPS Server Query Exec Text
343343
Should Contain ${ns_query_text.stdout} foo
344344

345345
MCP HTTPS Server JSON DTO Query Exec JSON
346-
[Documentation] Future proofing: JSON exec endpoint may add schema/column typing.
347346
${ns_query_json}= Run Process
348347
... ${STACKQL_MCP_CLIENT_EXE}
349348
... exec
@@ -383,7 +382,7 @@ MCP HTTPS Server JSON DTO Meta Get Foreign Keys
383382
Dictionary Should Contain Key ${meta_fk_obj} text
384383

385384
MCP HTTPS Server JSON DTO Meta Find Relationships
386-
# Future proofing: relationship graph inference pending; placeholder output.
385+
[Documentation] Future proofing: relationship graph inference pending; placeholder output.
387386
${meta_rels}= Run Process
388387
... ${STACKQL_MCP_CLIENT_EXE}
389388
... exec

0 commit comments

Comments
 (0)