cegers commited on
Commit
ca39fc6
·
unverified ·
2 Parent(s): ae80cbe26eef11

Merge branch 'main' into mcpconfig-timeout

Browse files
Files changed (1) hide show
  1. src/fastmcp/utilities/cli.py +1 -1
src/fastmcp/utilities/cli.py CHANGED
@@ -98,7 +98,7 @@ def create_server_banner(
98
  title=title,
99
  title_align="left",
100
  border_style="dim",
101
- padding=(2, 10),
102
  expand=False,
103
  )
104
 
 
98
  title=title,
99
  title_align="left",
100
  border_style="dim",
101
+ padding=(2, 5),
102
  expand=False,
103
  )
104