mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Animated (#3231)
This commit is contained in:
parent
b894a0b747
commit
35bbf4800f
3 changed files with 22 additions and 3 deletions
BIN
docs/assets/brand/f-watercolor-waves-4-animated.mp4
Normal file
BIN
docs/assets/brand/f-watercolor-waves-4-animated.mp4
Normal file
Binary file not shown.
BIN
docs/assets/brand/f-watercolor-waves-4-dark-animated.mp4
Normal file
BIN
docs/assets/brand/f-watercolor-waves-4-dark-animated.mp4
Normal file
Binary file not shown.
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue