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

Commit2d2c9bd

Browse files
authored
fix(cli): correct logic around CODER_MCP_APP_STATUS_SLUG (#17391)
Past me was not smart.
1 parenta986059 commit2d2c9bd

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
@@ -411,7 +411,7 @@ func mcpServerHandler(inv *serpent.Invocation, client *codersdk.Client, instruct
411411
}else {
412412
cliui.Warnf(inv.Stderr,"CODER_AGENT_TOKEN is not set, task reporting will not be available")
413413
}
414-
ifappStatusSlug!="" {
414+
ifappStatusSlug=="" {
415415
cliui.Warnf(inv.Stderr,"CODER_MCP_APP_STATUS_SLUG is not set, task reporting will not be available.")
416416
}else {
417417
clientCtx=toolsdk.WithWorkspaceAppStatusSlug(clientCtx,appStatusSlug)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp