Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32f093e

Browse files
fix: correct environment variable name for MCP app status slug (cherry-pick#17948) (#17950)
Cherry-picked fix: correct environment variable name for MCP app statusslug (#17948)Fixed environment variable name for app status slug in Claude MCPconfiguration from `CODER_MCP_CLAUDE_APP_STATUS_SLUG` to`CODER_MCP_APP_STATUS_SLUG` to maintain consistency with other MCPenvironment variables.This also caused the User level Claude.md to not contain instructions toreport its progress, so it did not receive status reports.Co-authored-by: Thomas Kosiewski <tk@coder.com>
1 parentb568aa7 commit32f093e

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)

[8]ページ先頭

©2009-2025 Movatter.jp