Skip to content

Commit c8bfb14

Browse files
committed
Add Development > Contributing page
1 parent 10a2dd0 commit c8bfb14

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

development/contributing.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Contributing
3+
description: How to participate in Model Context Protocol development
4+
---
5+
6+
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/.github/blob/main/CONTRIBUTING.md) for details on how to submit changes.
7+
8+
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/.github/blob/main/CODE_OF_CONDUCT.md).
9+
10+
For questions and discussions, please use [GitHub Discussions](https://github.com/orgs/modelcontextprotocol/discussions).

introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Dive deeper into MCP's core concepts and capabilities:
151151

152152
## Contributing
153153

154-
Want to contribute? Check out [@modelcontextprotocol](https://github.com/modelcontextprotocol) on GitHub to join our growing community of developers building with MCP.
154+
Want to contribute? Check out our [Contributing Guide](/development/contributing) to learn how you can help improve MCP.

mint.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
"navigation": [
4141
{
4242
"group": "Get Started",
43-
"pages": ["introduction", "quickstart", "examples", "clients"]
43+
"pages": [
44+
"introduction",
45+
"quickstart",
46+
"examples",
47+
"clients"
48+
]
4449
},
4550
{
4651
"group": "Tutorials",
@@ -61,6 +66,12 @@
6166
"docs/concepts/sampling",
6267
"docs/concepts/transports"
6368
]
69+
},
70+
{
71+
"group": "Development",
72+
"pages": [
73+
"development/contributing"
74+
]
6475
}
6576
],
6677
"footerSocials": {

0 commit comments

Comments
 (0)