Skip to content

Commit d749be8

Browse files
committed
Merge branch 'main' of github.com:modelcontextprotocol/docs into zack-lee/updates
2 parents cd3dfa7 + 5031f8f commit d749be8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

mint.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"name": "GitHub",
1818
"url": "https://github.com/modelcontextprotocol"
1919
},
20+
"search": {
21+
"location": "top"
22+
},
2023
"anchors": [
2124
{
2225
"name": "Python SDK",
@@ -37,15 +40,24 @@
3740
"navigation": [
3841
{
3942
"group": "Get Started",
40-
"pages": ["introduction", "quickstart"]
43+
"pages": [
44+
"introduction",
45+
"quickstart"
46+
]
4147
},
4248
{
4349
"group": "Your First MCP Server",
44-
"pages": ["docs/first-server/python", "docs/first-server/typescript"]
50+
"pages": [
51+
"docs/first-server/python",
52+
"docs/first-server/typescript"
53+
]
4554
},
4655
{
4756
"group": "Development Tools",
48-
"pages": ["docs/tools/debugging", "docs/tools/inspector"]
57+
"pages": [
58+
"docs/tools/debugging",
59+
"docs/tools/inspector"
60+
]
4961
},
5062
{
5163
"group": "Concepts",

0 commit comments

Comments
 (0)