Skip to content

Commit 344abd2

Browse files
committed
fix: use absolute path for MCP harness in workflow
1 parent 870e1ad commit 344abd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/strands-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
tools: 'strands_tools:shell,retrieve'
127127
mcp_servers:
128128
${{ steps.process-inputs.outputs.mode == 'tester' &&
129-
'{"mcpServers":{"tui-harness":{"command":"node","args":["dist/mcp-harness/index.mjs"]}}}' || '' }}
129+
format('{"mcpServers":{"tui-harness":{"command":"node","args":["{0}/dist/mcp-harness/index.mjs"]}}}', github.workspace) || '' }}
130130
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
131131
aws_region: 'us-west-2'
132132
pat_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)