From 6fccbd622b2699103321286d17793d2249caedad Mon Sep 17 00:00:00 2001 From: John McBride Date: Sun, 25 May 2025 10:40:47 -0600 Subject: [PATCH] feat: Add links to Code of Conduct in top level org's profile Signed-off-by: John McBride --- profile/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/README.md b/profile/README.md index 86699d5..76699cd 100644 --- a/profile/README.md +++ b/profile/README.md @@ -12,6 +12,7 @@ Documentation | Specification | Discussions + Code of Conduct

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need. @@ -42,6 +43,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ ## Contributing We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new features, please see our [contributing guide](CONTRIBUTING.md) to get started. +We follow the [Contributor Covenant Code of Conduct](https://github.com/modelcontextprotocol/.github/blob/main/CODE_OF_CONDUCT.md) and expect all community members, maintainers, and contributors to uphold these standards. Have questions? Join the discussion in our [community forum](https://github.com/orgs/modelcontextprotocol/discussions).