Skip to content

Commit 2462cf3

Browse files
committed
Use AgentAPI for additional status reporting
1 parent c301da7 commit 2462cf3

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ resource "coder_script" "claude_code" {
138138
139139
if [ "${var.experiment_report_tasks}" = "true" ]; then
140140
echo "Configuring Claude Code to report tasks via Coder MCP..."
141-
coder exp mcp configure claude-code ${var.folder}
141+
coder exp mcp configure claude-code ${var.folder} --ai-agentapi-url http://localhost:3284
142142
fi
143143
144144
# Run post-install script if provided

0 commit comments

Comments
 (0)