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
| Value | Description |
|---|---|
stored | |
missing | |
notLoggedIn | |
none |
Classes
McpAuthStatusRow
Constructor
dart
const McpAuthStatusRow({
required this.id,
required this.kind,
required this.state,
})Properties
| Property | Type | Description |
|---|---|---|
id | String | |
kind | String | Free-form auth kind label: 'bearer' |
state | McpAuthState |