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:
nate nowack 2026-03-19 09:17:48 -05:00 committed by GitHub
commit f01c8fd7f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")