Skip to content

Commit d27469a

Browse files
- Amended robot test.
1 parent c849f3b commit d27469a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/robot/functional/mcp.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ MCP HTTP Server List Tools
77
${serverProcess}= Start Process ${REPOSITORY_ROOT}${/}build${/}stackql
88
... \-\-mcp.server.type\=http
99
... \-\-mcp.config\='{"server": {"transport": "http", "address": "127.0.0.1:9912"}}'
10-
${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
10+
${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
11+
... exec
1112
... \-\-client\-type\=http
1213
... \-\-url\=http://127.0.0.1:9912
1314
... stdout=${CURDIR}/tmp/MCP-HTTP-Server-List-Tools.txt

0 commit comments

Comments
 (0)