Skip to content

Commit 3d56d18

Browse files
committed
Fix lying comment
1 parent 9ec6ded commit 3d56d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/exp_mcp.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ func (r *RootCmd) mcpConfigureClaudeCode() *serpent.Command {
190190
// Determine if we should include the reportTaskPrompt
191191
var reportTaskPrompt string
192192
if agentClient != nil && appStatusSlug != "" {
193-
// Only include the report task prompt if both agent token and app
194-
// status slug are defined. Otherwise, reporting a task will fail
195-
// and confuse the agent (and by extension, the user).
193+
// Only include the report task prompt if both the agent client and app
194+
// status slug are defined. Otherwise, reporting a task will fail and
195+
// confuse the agent (and by extension, the user).
196196
reportTaskPrompt = defaultReportTaskPrompt
197197
}
198198

0 commit comments

Comments
 (0)