File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,14 +115,12 @@ jobs:
115115 npm run build
116116 npm run build:harness
117117 npm install -g "$(npm pack | tail -1)"
118- echo "--- Verifying harness exists ---"
119- ls -la dist/mcp-harness/index.mjs
120- node -e "require('fs').accessSync('${{ github.workspace }}/dist/mcp-harness/index.mjs'); console.log('File accessible')"
118+ cp dist/mcp-harness/index.mjs /tmp/mcp-harness.mjs
121119
122120 - name : Set MCP harness path
123121 if : steps.process-inputs.outputs.mode == 'tester'
124122 id : mcp-config
125- run : echo "mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"${{ github.workspace }}/dist /mcp-harness/index .mjs\"]}}}" >> "$GITHUB_OUTPUT"
123+ run : echo "mcp_servers={\"mcpServers\":{\"tui-harness\":{\"command\":\"node\",\"args\":[\"/tmp /mcp-harness.mjs\"]}}}" >> "$GITHUB_OUTPUT"
126124
127125 - name : Run Strands Agent
128126 uses : ./.github/actions/strands-action
You can’t perform that action at this time.
0 commit comments