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 31d2c0d commit 91bffb9Copy full SHA for 91bffb9
registry/coder/modules/claude-code/scripts/install.sh
@@ -90,7 +90,6 @@ 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="coder_report_task"
94
coder exp mcp configure claude-code "$ARG_WORKDIR"
95
fi
96
}
registry/coder/modules/claude-code/scripts/start.sh
@@ -79,6 +79,9 @@ task_session_exists() {
79
ARGS=()
80
81
function start_agentapi() {
82
+ # For Task reporting
83
+ export CODER_MCP_ALLOWED_TOOLS="coder_report_task"
84
+
85
mkdir -p "$ARG_WORKDIR"
86
cd "$ARG_WORKDIR"
87
0 commit comments