Skip to content

McpAuthStatusFormat

Category: Commands

Source: mcp_auth_status_format.dart

Formatter for glue mcp auth status — one row per configured server showing what credentials are stored and whether they're complete.

Enums

McpAuthState

ValueDescription
stored
missing
notLoggedIn
none

Classes

McpAuthStatusRow

Constructor

dart
const McpAuthStatusRow({
    required this.id,
    required this.kind,
    required this.state,
  })

Properties

PropertyTypeDescription
idString
kindStringFree-form auth kind label: 'bearer'
stateMcpAuthState

Functions

String formatMcpAuthStatus(List<McpAuthStatusRow> rows, {bool? ansiEnabled})

Released under the MIT License.