We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70b584 commit 1434b54Copy full SHA for 1434b54
registry/coder/modules/claude-code/scripts/install.sh
@@ -90,7 +90,7 @@ function report_tasks() {
90
echo "Configuring Claude Code to report tasks via Coder MCP..."
91
export CODER_MCP_APP_STATUS_SLUG="$ARG_MCP_APP_STATUS_SLUG"
92
export CODER_MCP_AI_AGENTAPI_URL="http://localhost:3284"
93
- export CODER_MCP_ALLOWED_TOOLS="report_tasks"
+ export CODER_MCP_ALLOWED_TOOLS="coder_report_task"
94
coder exp mcp configure claude-code "$ARG_WORKDIR"
95
fi
96
}
0 commit comments