We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83efb10 commit a77aaa7Copy full SHA for a77aaa7
1 file changed
src/mcp/cli/cli.py
@@ -6,10 +6,10 @@
6
import subprocess
7
import sys
8
from pathlib import Path
9
+from typing import Annotated
10
11
try:
12
import typer
- from typing_extensions import Annotated
13
except ImportError:
14
print("Error: typer is required. Install with 'pip install mcp[cli]'")
15
sys.exit(1)
0 commit comments