We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c48f8 + 76fd80a commit aeebcc2Copy full SHA for aeebcc2
CONTRIBUTING.md
@@ -5,10 +5,9 @@ Thank you for your interest in contributing to the Model Context Protocol (MCP)
5
## Getting Started
6
7
1. Install the required tools:
8
- - Node.js
9
- - Git
10
- - [Mintlify CLI](https://www.npmjs.com/package/mintlify): `npm i -g mintlify`
11
-
+ - Node.js
+ - Git
+ - [Mintlify CLI](https://www.npmjs.com/package/mintlify): `npm i -g mintlify`
12
2. Fork and clone the repository
13
3. Create a new branch for your changes
14
4. Run `mintlify dev` to preview changes locally
mint.json
@@ -64,5 +64,8 @@
64
],
65
"footerSocials": {
66
"github": "https://github.com/modelcontextprotocol"
67
+ },
68
+ "feedback": {
69
+ "thumbsRating": true
70
}
71
0 commit comments