forked from modelcontextprotocol/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
103 lines (102 loc) · 2.33 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Model Context Protocol",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"theme": "quill",
"colors": {
"primary": "#09090b",
"light": "#FAFAFA",
"dark": "#09090b"
},
"topbarLinks": [],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/modelcontextprotocol"
},
"search": {
"location": "top"
},
"anchors": [
{
"name": "Python SDK",
"icon": "python",
"url": "https://github.com/modelcontextprotocol/python-sdk"
},
{
"name": "TypeScript SDK",
"icon": "square-js",
"url": "https://github.com/modelcontextprotocol/typescript-sdk"
},
{
"name": "Kotlin SDK",
"icon": "square-k",
"url": "https://github.com/modelcontextprotocol/kotlin-sdk"
},
{
"name": "Specification",
"icon": "book",
"url": "https://spec.modelcontextprotocol.io"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
{
"group": "Quickstart",
"pages": ["quickstart/server", "quickstart/client", "quickstart/user"]
},
"examples",
"clients"
]
},
{
"group": "Tutorials",
"pages": [
"tutorials/building-mcp-with-llms",
"docs/tools/debugging",
"docs/tools/inspector"
]
},
{
"group": "Concepts",
"pages": [
"docs/concepts/architecture",
"docs/concepts/resources",
"docs/concepts/prompts",
"docs/concepts/tools",
"docs/concepts/sampling",
"docs/concepts/roots",
"docs/concepts/transports"
]
},
{
"group": "Development",
"pages": ["development/roadmap", "development/contributing"]
}
],
"footerSocials": {
"github": "https://github.com/modelcontextprotocol"
},
"feedback": {
"thumbsRating": true
},
"redirects": [
{
"source": "/tutorials/building-a-client",
"destination": "/quickstart/client"
},
{
"source": "/quickstart",
"destination": "/quickstart/server"
}
],
"metadata": {
"og:image": "https://raw.githubusercontent.com/modelcontextprotocol/docs/2eb6171ddbfeefde349dc3b8d5e2b87414c26250/images/og-image.png"
}
}