Skip to content

Commit 85e7886

Browse files
- Amended robot test.
1 parent df66db1 commit 85e7886

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
99
... \-\-mcp.server.type\=http
10-
... \-\-mcp.config\='{"server": {"transport": "http", "address": "127.0.0.1:9912"}}'
10+
... \-\-mcp.config
11+
... {"server": {"transport": "http", "address": "127.0.0.1:9912"} }
1112
Sleep 5s
1213
${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
1314
... exec

0 commit comments

Comments
 (0)