From d0315974fa844b2424c93f4ad43c8f2d543ff51a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:38:05 -0400 Subject: [PATCH] Add UTM tracking to Horizon links (#4064) --- README.md | 4 ++-- docs/getting-started/welcome.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 172d71ced..9afc7f4f7 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ Ready to build? Start with the [installation guide](https://gofastmcp.com/gettin ## Run FastMCP in production with Horizon -FastMCP is the standard way to build MCP servers. **[Prefect Horizon](https://www.prefect.io/horizon)** is the enterprise MCP gateway for running them safely. +FastMCP is the standard way to build MCP servers. **[Prefect Horizon](https://www.prefect.io/horizon?utm_source=github&utm_medium=readme&utm_campaign=readme_horizon&utm_content=readme_body)** is the enterprise MCP gateway for running them safely. Built by the FastMCP team, Horizon packages the best practices we've learned shipping the world's most popular MCP framework. Deploy FastMCP servers from GitHub with branch previews and instant rollback. Create a private registry of every MCP your company uses. Secure access with SSO and tool-level RBAC. Get audit logs, observability, and governance across your MCP stack. Remix approved tools into purpose-built endpoints for teams and agents. -Start with FastMCP. [Scale with Horizon →](https://www.prefect.io/horizon) +Start with FastMCP. [Scale with Horizon →](https://www.prefect.io/horizon?utm_source=github&utm_medium=readme&utm_campaign=readme_horizon&utm_content=readme_cta) ## Installation diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index 1e5c583b1..d42dc39b7 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -86,13 +86,13 @@ FastMCP is made with 💙 by [Prefect](https://www.prefect.io/). ## Run FastMCP in production with Horizon -FastMCP is the standard way to build MCP servers. **[Prefect Horizon](https://www.prefect.io/horizon)** is the enterprise MCP gateway for running them safely. +FastMCP is the standard way to build MCP servers. **[Prefect Horizon](https://www.prefect.io/horizon?utm_source=gofastmcp&utm_medium=docs&utm_campaign=docs_welcome&utm_content=welcome_body)** is the enterprise MCP gateway for running them safely. Built by the FastMCP team, Horizon packages the best practices we've learned shipping the world's most popular MCP framework. Deploy FastMCP servers from GitHub with branch previews and instant rollback. Create a private registry of every MCP your company uses. Secure access with SSO and tool-level RBAC. Get audit logs, observability, and governance across your MCP stack. Remix approved tools into purpose-built endpoints for teams and agents. -Start with FastMCP. [Scale with Horizon →](https://www.prefect.io/horizon) +Start with FastMCP. [Scale with Horizon →](https://www.prefect.io/horizon?utm_source=gofastmcp&utm_medium=docs&utm_campaign=docs_welcome&utm_content=welcome_cta) **This documentation reflects FastMCP's `main` branch**, meaning it always reflects the latest development version. Features are generally marked with version badges (e.g. `New in version: 3.0.0`) to indicate when they were introduced. Note that this may include features that are not yet released.