File size: 5,505 Bytes
548235b
 
375f8c0
 
 
 
548235b
 
 
 
 
 
 
7ed46a6
5c02823
7ed46a6
548235b
11e3870
 
0332908
548235b
cc1655f
375f8c0
 
 
 
548235b
 
9b4ba17
 
 
548235b
 
e21e58a
 
 
 
 
548235b
 
 
 
 
 
 
 
0661529
548235b
0661529
 
1394bb8
0661529
1394bb8
0661529
 
 
 
1394bb8
 
9103a0f
0661529
9103a0f
0661529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9103a0f
 
 
0661529
9103a0f
0661529
 
 
 
 
 
 
 
 
 
 
9103a0f
0661529
9103a0f
0661529
9103a0f
0661529
 
 
 
 
9103a0f
 
0661529
 
 
 
 
 
 
 
 
 
 
 
42f934d
0332908
0661529
 
0332908
a985d61
 
 
0332908
efae14a
 
 
 
 
 
 
548235b
 
 
c9eb71f
 
 
 
 
 
 
 
 
 
375f8c0
 
 
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
    "$schema": "https://mintlify.com/docs.json",
    "appearance": {
        "default": "system",
        "strict": false
    },
    "background": {
        "color": {
            "dark": "#222831",
            "light": "#EEEEEE"
        },
        "decoration": "windows"
    },
    "banner": {
        "content": "[FastMCP Cloud](https://fastmcp.link/x0Kyhy2) is coming!"
    },
    "colors": {
        "dark": "#f72585",
        "light": "#4cc9f0",
        "primary": "#2d00f7"
    },
    "description": "The fast, Pythonic way to build MCP servers and clients.",
    "favicon": {
        "dark": "/assets/favicon.ico",
        "light": "/assets/favicon.ico"
    },
    "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": {
        "anchors": [
            {
                "anchor": "Documentation",
                "groups": [
                    {
                        "group": "Get Started",
                        "pages": [
                            "getting-started/welcome",
                            "getting-started/installation",
                            "getting-started/quickstart",
                            "updates"
                        ]
                    },
                    {
                        "group": "Servers",
                        "pages": [
                            "servers/fastmcp",
                            {
                                "group": "Core Components",
                                "icon": "toolbox",
                                "pages": [
                                    "servers/tools",
                                    "servers/resources",
                                    "servers/prompts",
                                    "servers/context"
                                ]
                            },
                            {
                                "group": "Authentication",
                                "icon": "shield-check",
                                "pages": [
                                    "servers/auth/bearer"
                                ]
                            },
                            "servers/openapi",
                            "servers/proxy",
                            "servers/composition",
                            {
                                "group": "Deployment",
                                "icon": "upload",
                                "pages": [
                                    "deployment/running-server",
                                    "deployment/asgi"
                                ]
                            }
                        ]
                    },
                    {
                        "group": "Clients",
                        "pages": [
                            "clients/client",
                            "clients/transports",
                            {
                                "group": "Authentication",
                                "icon": "user-shield",
                                "pages": [
                                    "clients/auth/oauth",
                                    "clients/auth/bearer"
                                ]
                            },
                            "clients/advanced-features"
                        ]
                    },
                    {
                        "group": "Integrations",
                        "pages": [
                            "integrations/anthropic",
                            "integrations/claude-desktop",
                            "integrations/openai",
                            "integrations/gemini",
                            "integrations/contrib"
                        ]
                    },
                    {
                        "group": "Patterns",
                        "pages": [
                            "patterns/tool-transformation",
                            "patterns/decorating-methods",
                            "patterns/http-requests",
                            "patterns/testing",
                            "patterns/cli"
                        ]
                    }
                ],
                "icon": "book"
            },
            {
                "anchor": "Tutorials",
                "icon": "graduation-cap",
                "pages": [
                    "tutorials/mcp",
                    "tutorials/create-mcp-server",
                    "tutorials/rest-api"
                ]
            },
            {
                "anchor": "Changelog",
                "icon": "list-check",
                "pages": [
                    "changelog"
                ]
            }
        ]
    },
    "redirects": [
        {
            "destination": "/servers/proxy",
            "source": "/patterns/proxy"
        },
        {
            "destination": "/servers/composition",
            "source": "/patterns/composition"
        }
    ],
    "search": {
        "prompt": "Search the docs..."
    },
    "theme": "mint"
}