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 c849f3b commit d27469aCopy full SHA for d27469a
test/robot/functional/mcp.robot
@@ -7,7 +7,8 @@ MCP HTTP Server List Tools
7
${serverProcess}= Start Process ${REPOSITORY_ROOT}${/}build${/}stackql
8
... \-\-mcp.server.type\=http
9
... \-\-mcp.config\='{"server": {"transport": "http", "address": "127.0.0.1:9912"}}'
10
- ${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
+ ${result}= Run Process ${REPOSITORY_ROOT}${/}build${/}stackql_mcp_client
11
+ ... exec
12
... \-\-client\-type\=http
13
... \-\-url\=http://127.0.0.1:9912
14
... stdout=${CURDIR}/tmp/MCP-HTTP-Server-List-Tools.txt
0 commit comments