File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33import json
44from dataclasses import dataclass
55from datetime import datetime
6- from typing import List , Optional
6+ from typing import Optional
77
88
99@dataclass
Original file line number Diff line number Diff line change 11"""MCP Agent Cloud logout command implementation."""
22
3- import typer
43from rich .prompt import Confirm
54
65from mcp_agent .cli .auth import clear_credentials , load_credentials
Original file line number Diff line number Diff line change 11"""MCP Agent Cloud whoami command implementation."""
22
3- from typing import Optional
43
5- import typer
64from rich .console import Console
75from rich .panel import Panel
86from rich .table import Table
97
108from mcp_agent .cli .auth import load_credentials
119from mcp_agent .cli .exceptions import CLIError
12- from mcp_agent .cli .utils .ux import print_error , print_info
1310
1411
1512def whoami () -> None :
You can’t perform that action at this time.
0 commit comments