File size: 3,017 Bytes
548235b
 
 
 
 
 
 
 
 
 
11e3870
 
0332908
548235b
cc1655f
548235b
 
9b4ba17
 
 
548235b
 
e21e58a
 
 
 
 
548235b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e94ee5
 
1394bb8
 
 
 
 
 
 
 
 
 
d625dbe
c9eb71f
 
d8a9a0b
 
 
 
 
 
fecbd0a
c9eb71f
 
6e94ee5
548235b
 
 
9b4ba17
c36510a
da46698
 
9b4ba17
548235b
0332908
f581042
0332908
f581042
719c995
b693865
 
0332908
 
548235b
 
 
 
 
 
c9eb71f
 
 
 
 
 
 
 
 
 
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
    "$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"
        }
    },
    "integrations": {
        "ga4": {
            "measurementId": "G-64R5W1TJXG"
        }
    },
    "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",
                    {
                        "group": "Core Components",
                        "icon": "toolbox",
                        "pages": [
                            "servers/tools",
                            "servers/resources",
                            "servers/prompts",
                            "servers/context"
                        ]
                    },
                    "servers/openapi",
                    "servers/proxy",
                    "servers/composition"
                ]
            },
            {
                "group": "Deployment",
                "pages": [
                    "deployment/running-server",
                    "deployment/asgi",
                    "deployment/authentication",
                    "deployment/cli"
                ]
            },
            {
                "group": "Clients",
                "pages": [
                    "clients/client",
                    "clients/transports",
                    "clients/advanced-features"
                ]
            },
            {
                "group": "Patterns",
                "pages": [
                    "patterns/decorating-methods",
                    "patterns/http-requests",
                    "patterns/contrib",
                    "patterns/testing"
                ]
            },
            {
                "group": "Deployment",
                "pages": []
            }
        ]
    },
    "redirects": [
        {
            "destination": "/servers/proxy",
            "source": "/patterns/proxy"
        },
        {
            "destination": "/servers/composition",
            "source": "/patterns/composition"
        }
    ],
    "theme": "mint"
}