docs.json•2.05 kB
{
"$schema": "https://mintlify.com/docs.json",
"name": "FastAPI MCP",
"background": {
"color": {
"dark": "#222831",
"light": "#EEEEEE"
},
"decoration": "windows"
},
"colors": {
"primary": "#6d45dc",
"light": "#9f8ded",
"dark": "#6a42d7"
},
"description": "Convert your FastAPI app into a MCP server with zero configuration",
"favicon": "media/favicon.png",
"navigation": {
"groups": [
{
"group": "Getting Started",
"pages": [
"getting-started/welcome",
"getting-started/installation",
"getting-started/quickstart",
"getting-started/FAQ",
"getting-started/best-practices"
]
},
{
"group": "Configurations",
"pages": ["configurations/tool-naming", "configurations/customization"]
},
{
"group": "Advanced Usage",
"pages": [
"advanced/auth",
"advanced/deploy",
"advanced/refresh",
"advanced/asgi",
"advanced/transport"
]
}
],
"global": {
"anchors": [
{
"anchor": "Documentation",
"href": "https://fastapi-mcp.tadata.com/",
"icon": "book-open-cover"
},
{
"anchor": "Community",
"href": "https://join.slack.com/t/themcparty/shared_invite/zt-30yxr1zdi-2FG~XjBA0xIgYSYuKe7~Xg",
"icon": "slack"
},
{
"anchor": "Blog",
"href": "https://medium.com/@miki_45906",
"icon": "newspaper"
}
]
}
},
"logo": {
"light": "/media/dark_logo.png",
"dark": "/media/light_logo.png",
"href": "https://tadata.com/"
},
"navbar": {
"primary": {
"href": "https://github.com/tadata-org/fastapi_mcp",
"type": "github"
}
},
"footer": {
"socials": {
"x": "https://x.com/makhlevich",
"github": "https://github.com/tadata-org/fastapi_mcp",
"website": "https://tadata.com/"
}
},
"theme": "mint"
}