Skip to content

Commit 40ecf96

Browse files
authored
Merge pull request #1 from modelcontextprotocol/zack-lee/quickstart
Creating quickstarts and initial doc structure
2 parents b942eee + 489145e commit 40ecf96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4864
-1281
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mdx

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# Mintlify Starter Kit
1+
# Model Context Protocol Documentation
22

3-
Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including
4-
5-
- Guide pages
6-
- Navigation
7-
- Customizations
8-
- API Reference pages
9-
- Use of popular components
3+
The official docs of MCP. This README is a WIP.
104

115
### Development
126

@@ -24,7 +18,7 @@ mintlify dev
2418

2519
### Publishing Changes
2620

27-
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
21+
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
2822

2923
#### Troubleshooting
3024

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Connection Management"
3+
description: "Manage MCP client connections"
4+
---
5+
6+
# Connection Management
7+
8+
Manage MCP client connections
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Resource Consumption"
3+
description: "Work with MCP resources from clients"
4+
---
5+
6+
# Resource Consumption
7+
8+
Work with MCP resources from clients
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Tool Invocation"
3+
description: "Invoke MCP tools from clients"
4+
---
5+
6+
# Tool Invocation
7+
8+
Invoke MCP tools from clients

api-reference/endpoint/create.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

api-reference/endpoint/delete.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

api-reference/endpoint/get.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

api-reference/error-handling.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Error Handling"
3+
description: "Handle errors in MCP implementations"
4+
---
5+
6+
# Error Handling
7+
8+
Handle errors in MCP implementations

api-reference/introduction.mdx

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)