Skip to content

Commit 35bbf48

Browse files
authored
Animated (#3231)
1 parent b894a0b commit 35bbf48

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

586 KB
Binary file not shown.
527 KB
Binary file not shown.

docs/getting-started/welcome.mdx

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,39 @@ description: The fast, Pythonic way to build MCP servers, clients, and applicati
55
icon: hand-wave
66
mode: center
77
---
8-
<img
8+
{/* <img
99
src="/assets/brand/f-watercolor-waves-4.png"
1010
1111
alt="'F' logo on a watercolor background"
1212
noZoom
1313
className="rounded-2xl block dark:hidden"
14-
/>
15-
<img
14+
/>
15+
<img
1616
src="/assets/brand/f-watercolor-waves-4-dark.png"
1717
alt="'F' logo on a watercolor background"
1818
noZoom
1919
className="rounded-2xl hidden dark:block"
2020
/>
2121
22+
23+
*/}
24+
<video
25+
autoPlay
26+
muted
27+
loop
28+
playsInline
29+
className="rounded-2xl block dark:hidden"
30+
src="/assets/brand/f-watercolor-waves-4-animated.mp4"
31+
></video>
32+
<video
33+
autoPlay
34+
muted
35+
loop
36+
playsInline
37+
className="rounded-2xl hidden dark:block"
38+
src="/assets/brand/f-watercolor-waves-4-dark-animated.mp4"
39+
></video>
40+
2241

2342
**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:
2443

0 commit comments

Comments
 (0)