We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25eba7 commit 6cb03beCopy full SHA for 6cb03be
cli/exp_mcp.go
@@ -190,9 +190,9 @@ func (r *RootCmd) mcpConfigureClaudeCode() *serpent.Command {
190
// Determine if we should include the reportTaskPrompt
191
var reportTaskPrompt string
192
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).
+ // Only include the report task prompt if both the agent client and app
+ // status slug are defined. Otherwise, reporting a task will fail and
+ // confuse the agent (and by extension, the user).
196
reportTaskPrompt = defaultReportTaskPrompt
197
}
198
0 commit comments