From 2462cf3021b23f244212f19b7feb3622303f4e29 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 4 Jun 2025 16:45:25 -0800 Subject: [PATCH] Use AgentAPI for additional status reporting --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 9cdecb0..fc8b8ed 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -138,7 +138,7 @@ resource "coder_script" "claude_code" { if [ "${var.experiment_report_tasks}" = "true" ]; then echo "Configuring Claude Code to report tasks via Coder MCP..." - coder exp mcp configure claude-code ${var.folder} + coder exp mcp configure claude-code ${var.folder} --ai-agentapi-url http://localhost:3284 fi # Run post-install script if provided