|
| 1 | +{ |
| 2 | + "$schema": "https://mintlify.com/docs.json", |
| 3 | + "theme": "willow", |
| 4 | + "name": "Model Context Protocol", |
| 5 | + "colors": { |
| 6 | + "primary": "#09090b", |
| 7 | + "light": "#FAFAFA", |
| 8 | + "dark": "#09090b" |
| 9 | + }, |
| 10 | + "favicon": "/favicon.svg", |
| 11 | + "navigation": { |
| 12 | + "tabs": [ |
| 13 | + { |
| 14 | + "tab": "Documentation", |
| 15 | + "groups": [ |
| 16 | + { |
| 17 | + "group": "Get Started", |
| 18 | + "pages": [ |
| 19 | + "introduction", |
| 20 | + { |
| 21 | + "group": "Quickstart", |
| 22 | + "pages": [ |
| 23 | + "quickstart/server", |
| 24 | + "quickstart/client", |
| 25 | + "quickstart/user" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "examples", |
| 29 | + "clients" |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + "group": "Tutorials", |
| 34 | + "pages": [ |
| 35 | + "tutorials/building-mcp-with-llms", |
| 36 | + "docs/tools/debugging", |
| 37 | + "docs/tools/inspector" |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "group": "Concepts", |
| 42 | + "pages": [ |
| 43 | + "docs/concepts/architecture", |
| 44 | + "docs/concepts/resources", |
| 45 | + "docs/concepts/prompts", |
| 46 | + "docs/concepts/tools", |
| 47 | + "docs/concepts/sampling", |
| 48 | + "docs/concepts/roots", |
| 49 | + "docs/concepts/transports" |
| 50 | + ] |
| 51 | + }, |
| 52 | + { |
| 53 | + "group": "Development", |
| 54 | + "pages": [ |
| 55 | + "development/updates", |
| 56 | + "development/roadmap", |
| 57 | + "development/contributing" |
| 58 | + ] |
| 59 | + } |
| 60 | + ] |
| 61 | + }, |
| 62 | + { |
| 63 | + "tab": "SDKs", |
| 64 | + "icon": "book-open", |
| 65 | + "groups": [ |
| 66 | + { |
| 67 | + "group": "Java", |
| 68 | + "pages": [ |
| 69 | + "sdk/java/mcp-overview", |
| 70 | + "sdk/java/mcp-client", |
| 71 | + "sdk/java/mcp-server" |
| 72 | + ] |
| 73 | + } |
| 74 | + ] |
| 75 | + } |
| 76 | + ], |
| 77 | + "global": { |
| 78 | + "anchors": [ |
| 79 | + { |
| 80 | + "anchor": "Python SDK", |
| 81 | + "href": "https://github.com/modelcontextprotocol/python-sdk", |
| 82 | + "icon": "python" |
| 83 | + }, |
| 84 | + { |
| 85 | + "anchor": "TypeScript SDK", |
| 86 | + "href": "https://github.com/modelcontextprotocol/typescript-sdk", |
| 87 | + "icon": "square-js" |
| 88 | + }, |
| 89 | + { |
| 90 | + "anchor": "Java SDK", |
| 91 | + "href": "https://github.com/modelcontextprotocol/java-sdk", |
| 92 | + "icon": "java" |
| 93 | + }, |
| 94 | + { |
| 95 | + "anchor": "Kotlin SDK", |
| 96 | + "href": "https://github.com/modelcontextprotocol/kotlin-sdk", |
| 97 | + "icon": "square-k" |
| 98 | + }, |
| 99 | + { |
| 100 | + "anchor": "Specification", |
| 101 | + "href": "https://spec.modelcontextprotocol.io", |
| 102 | + "icon": "book" |
| 103 | + } |
| 104 | + ] |
| 105 | + } |
| 106 | + }, |
| 107 | + "logo": { |
| 108 | + "light": "/logo/light.svg", |
| 109 | + "dark": "/logo/dark.svg" |
| 110 | + }, |
| 111 | + "navbar": { |
| 112 | + "links": [], |
| 113 | + "primary": { |
| 114 | + "type": "button", |
| 115 | + "label": "GitHub", |
| 116 | + "href": "https://github.com/modelcontextprotocol" |
| 117 | + } |
| 118 | + }, |
| 119 | + "seo": { |
| 120 | + "metatags": { |
| 121 | + "og:image": "https://raw.githubusercontent.com/modelcontextprotocol/docs/2eb6171ddbfeefde349dc3b8d5e2b87414c26250/images/og-image.png" |
| 122 | + }, |
| 123 | + "indexing": "navigable" |
| 124 | + }, |
| 125 | + "footer": { |
| 126 | + "socials": { |
| 127 | + "github": "https://github.com/modelcontextprotocol" |
| 128 | + } |
| 129 | + }, |
| 130 | + "redirects": [ |
| 131 | + { |
| 132 | + "source": "/tutorials/building-a-client", |
| 133 | + "destination": "/quickstart/client" |
| 134 | + }, |
| 135 | + { |
| 136 | + "source": "/quickstart", |
| 137 | + "destination": "/quickstart/server" |
| 138 | + } |
| 139 | + ] |
| 140 | +} |
0 commit comments