We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27469a commit 3991472Copy full SHA for 3991472
test/robot/functional/mcp.robot
@@ -5,8 +5,10 @@ Resource ${CURDIR}/stackql.resource
5
MCP HTTP Server List Tools
6
Pass Execution If "${EXECUTION_PLATFORM}" == "docker" Skipping MCP test in docker
7
${serverProcess}= Start Process ${REPOSITORY_ROOT}${/}build${/}stackql
8
+ ... mcp
9
... \-\-mcp.server.type\=http
10
... \-\-mcp.config\='{"server": {"transport": "http", "address": "127.0.0.1:9912"}}'
11
+ Sleep 5s
12
${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
13
... exec
14
... \-\-client\-type\=http
0 commit comments