mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
Merge pull request #1975 from jlowin/fix/cli-emoji-width
cli: fix banner width by removing emoji variation selectors
This commit is contained in:
commit
5c54ea2c09
1 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ def log_server_banner(
|
|||
case "stdio":
|
||||
display_transport = "STDIO"
|
||||
|
||||
info_table.add_row("🖥️", "Server name:", server.name)
|
||||
info_table.add_row("🖥", "Server name:", server.name)
|
||||
info_table.add_row("📦", "Transport:", display_transport)
|
||||
|
||||
# Show connection info based on transport
|
||||
|
|
@ -200,7 +200,7 @@ def log_server_banner(
|
|||
# Add version information with explicit style overrides
|
||||
info_table.add_row("", "", "")
|
||||
info_table.add_row(
|
||||
"🏎️",
|
||||
"🏎",
|
||||
"FastMCP version:",
|
||||
Text(fastmcp.__version__, style="dim white", no_wrap=True),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue