This commit is contained in:
Jeremiah Lowin 2026-02-19 11:56:51 -05:00 committed by GitHub
commit 35bbf4800f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 3 deletions

Binary file not shown.

View file

@ -5,20 +5,39 @@ description: The fast, Pythonic way to build MCP servers, clients, and applicati
icon: hand-wave
mode: center
---
<img
{/* <img
src="/assets/brand/f-watercolor-waves-4.png"
alt="'F' logo on a watercolor background"
noZoom
className="rounded-2xl block dark:hidden"
/>
<img
/>
<img
src="/assets/brand/f-watercolor-waves-4-dark.png"
alt="'F' logo on a watercolor background"
noZoom
className="rounded-2xl hidden dark:block"
/>
*/}
<video
autoPlay
muted
loop
playsInline
className="rounded-2xl block dark:hidden"
src="/assets/brand/f-watercolor-waves-4-animated.mp4"
></video>
<video
autoPlay
muted
loop
playsInline
className="rounded-2xl hidden dark:block"
src="/assets/brand/f-watercolor-waves-4-dark-animated.mp4"
></video>
**FastMCP is the standard framework for building MCP applications.** The [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) connects LLMs to tools and data. FastMCP gives you everything you need to go from prototype to production — build servers that expose capabilities, connect clients to any MCP service, and give your tools interactive UIs: