Skip to content

Commit 1434b54

Browse files
authored
use correct tool name
1 parent c70b584 commit 1434b54

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function report_tasks() {
9090
echo "Configuring Claude Code to report tasks via Coder MCP..."
9191
export CODER_MCP_APP_STATUS_SLUG="$ARG_MCP_APP_STATUS_SLUG"
9292
export CODER_MCP_AI_AGENTAPI_URL="http://localhost:3284"
93-
export CODER_MCP_ALLOWED_TOOLS="report_tasks"
93+
export CODER_MCP_ALLOWED_TOOLS="coder_report_task"
9494
coder exp mcp configure claude-code "$ARG_WORKDIR"
9595
fi
9696
}

0 commit comments

Comments
 (0)