- Notifications
You must be signed in to change notification settings - Fork907
fix: correct environment variable name for MCP app status slug#17948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix: correct environment variable name for MCP app status slug#17948
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Change-Id: If8242755e1de90b6aa7c5d3413c3812217a5e536Signed-off-by: Thomas Kosiewski <tk@coder.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
nice find!
Does this break our modules at all? |
On the contrary, this fixes it. All the docs mentioned the |
b551a06
intomainUh oh!
There was an error while loading.Please reload this page.
Merge activity
|
/cherry-pick release/2.22 |
Fixed environment variable name for app status slug in Claude MCP configuration from `CODER_MCP_CLAUDE_APP_STATUS_SLUG` to `CODER_MCP_APP_STATUS_SLUG` to maintain consistency with other MCP environment variables.This also caused the User level Claude.md to not contain instructions to report its progress, so it did not receive status reports.
…y-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>
Uh oh!
There was an error while loading.Please reload this page.
Fixed environment variable name for app status slug in Claude MCP configuration from
CODER_MCP_CLAUDE_APP_STATUS_SLUG
toCODER_MCP_APP_STATUS_SLUG
to maintain consistency with other MCP environment variables.This also caused the User level Claude.md to not contain instructions to report its progress, so it did not receive status reports.