mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
Update startup banner deploy URL to Prefect Horizon (#3557)
🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
55094fd49b
commit
f01c8fd7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ def log_server_banner(server: FastMCP[Any]) -> None:
|
|||
if server.version:
|
||||
server_info += f", {server.version}"
|
||||
info_table.add_row("🖥", "Server:", Text(server_info, style="dim"))
|
||||
info_table.add_row("🚀", "Deploy free:", "https://fastmcp.cloud")
|
||||
info_table.add_row("🚀", "Deploy free:", "https://horizon.prefect.io")
|
||||
|
||||
# Create panel with logo, title, and information using Group
|
||||
docs_url = Text("https://gofastmcp.com", style="dim")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue