File size: 2,057 Bytes
548235b
 
 
 
 
 
 
 
 
 
11e3870
 
0332908
548235b
cc1655f
548235b
 
9b4ba17
 
 
548235b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e94ee5
 
 
 
 
 
 
548235b
 
 
9b4ba17
c36510a
9b4ba17
 
548235b
0332908
f581042
0332908
c36510a
0332908
f581042
0332908
62255a8
 
0332908
 
548235b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
    "$schema": "https://mintlify.com/docs.json",
    "background": {
        "color": {
            "dark": "#222831",
            "light": "#EEEEEE"
        },
        "decoration": "windows"
    },
    "colors": {
        "dark": "#f72585",
        "light": "#4cc9f0",
        "primary": "#2d00f7"
    },
    "description": "The fast, Pythonic way to build MCP servers and clients.",
    "footer": {
        "socials": {
            "bluesky": "https://bsky.app/profile/jlowin.dev",
            "github": "https://github.com/jlowin/fastmcp",
            "x": "https://x.com/jlowin"
        }
    },
    "name": "FastMCP",
    "navbar": {
        "primary": {
            "href": "https://github.com/jlowin/fastmcp",
            "type": "github"
        }
    },
    "navigation": {
        "groups": [
            {
                "group": "Get Started",
                "pages": [
                    "getting-started/welcome",
                    "getting-started/installation",
                    "getting-started/quickstart"
                ]
            },
            {
                "group": "Servers",
                "pages": [
                    "servers/fastmcp",
                    "servers/tools",
                    "servers/resources",
                    "servers/prompts",
                    "servers/context"
                ]
            },
            {
                "group": "Clients",
                "pages": [
                    "clients/client",
                    "clients/transports"
                ]
            },
            {
                "group": "Patterns",
                "pages": [
                    "patterns/proxy",
                    "patterns/composition",
                    "patterns/decorating-methods",
                    "patterns/openapi",
                    "patterns/fastapi",
                    "patterns/contrib"
                ]
            },
            {
                "group": "Deployment",
                "pages": []
            }
        ]
    },
    "theme": "mint"
}