Skip to content

Commit 3babdda

Browse files
committed
fix: point oauth notice to plugins mcp
1 parent c853af3 commit 3babdda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cli/generic_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const maxHeuristicColumns = 8
2020
// can't blow out the table width.
2121
const genericStringMaxWidth = 40
2222

23-
const mcpPerUserOAuthNotice = "Note: registered but not usable until OAuth is completed in Flashduty Customize -> Connectors; tools will not appear until authorized."
23+
const mcpPerUserOAuthNotice = "Note: registered but not usable until OAuth is completed in Flashduty Plugins -> MCP; tools will not appear until authorized."
2424

2525
// instantLike mirrors go-flashduty's Timestamp/TimestampMilli (and the output
2626
// package's unexported instant) so the renderer can recognise timestamp fields

internal/cli/generic_table_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func TestRenderGenericTable_McpServerPerUserOAuthNotice(t *testing.T) {
186186
}
187187
got := buf.String()
188188
for _, want := range []string{
189-
"registered but not usable until OAuth is completed in Flashduty Customize -> Connectors",
189+
"registered but not usable until OAuth is completed in Flashduty Plugins -> MCP",
190190
"tools will not appear until authorized",
191191
} {
192192
if !strings.Contains(got, want) {

0 commit comments

Comments
 (0)