Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bbfc1c

Browse files
committed
fix: correct environment variable name in Claude Code MCP configuration
Change-Id: If8242755e1de90b6aa7c5d3413c3812217a5e536 Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent 55313cf commit 3bbfc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func (*RootCmd) mcpConfigureClaudeCode() *serpent.Command {
255255
{
256256
Name: "app-status-slug",
257257
Description: "The app status slug to use when running the Coder MCP server.",
258-
Env: "CODER_MCP_CLAUDE_APP_STATUS_SLUG",
258+
Env: "CODER_MCP_APP_STATUS_SLUG",
259259
Flag: "claude-app-status-slug",
260260
Value: serpent.StringOf(&appStatusSlug),
261261
},

0 commit comments

Comments
 (0)