You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/cli/generic_table.go
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ const maxHeuristicColumns = 8
20
20
// can't blow out the table width.
21
21
constgenericStringMaxWidth=40
22
22
23
+
constmcpPerUserOAuthNotice="Note: registered but not usable until OAuth is completed in Flashduty Customize -> Connectors; tools will not appear until authorized."
24
+
23
25
// instantLike mirrors go-flashduty's Timestamp/TimestampMilli (and the output
24
26
// package's unexported instant) so the renderer can recognise timestamp fields
0 commit comments