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 7fb8b86 commit 2b23801Copy full SHA for 2b23801
registry/coder/modules/claude-code/scripts/install.sh
@@ -86,6 +86,8 @@ function report_tasks() {
86
export CODER_MCP_AI_AGENTAPI_URL="http://localhost:3284"
87
coder exp mcp configure claude-code "$ARG_WORKDIR"
88
else
89
+ export CODER_MCP_APP_STATUS_SLUG=""
90
+ export CODER_MCP_AI_AGENTAPI_URL=""
91
echo "Configuring Claude Code with Coder MCP..."
92
93
fi
0 commit comments