Commit 0f5d9e3
fix: add artifact_full to --mcp-config flag allowlist
Without this, artifact_full runs generate the .mcp.json config file
and upload it to the container, but the --mcp-config flag is never
added to the claude CLI command. This causes the agent to fall back
to curl/WebFetch instead of using Sourcegraph MCP tools directly.
The mcp_type check for setting mcp_config_flag was missing
"artifact_full" despite the MCP setup function already handling it.
Validated: fixed run shows 39 direct MCP tool calls (0 curl/WebFetch)
vs broken run with 0 MCP calls (14 WebFetch + 19 curl).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 474a99a commit 0f5d9e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments