Skip to content

Commit f9fc10c

Browse files
dsp-antclaude
andcommitted
Add CODEOWNERS file for repository governance
- Grant @core-maintainer team ownership of docs/specification/ and schema/ - Add @auth team as reviewer for authorization-related documentation - Includes authorization.mdx and security_best_practices.mdx files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b01b609 commit f9fc10c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CODEOWNERS file for MCP Specification repository
2+
3+
# Global ownership - @core-maintainer team owns docs/specification and schema/ directories
4+
/docs/specification/ @modelcontextprotocol/core-maintainers
5+
/schema/ @modelcontextprotocol/core-maintainers
6+
7+
# Authorization-related files - @auth team should be notified
8+
/docs/specification/**/authorization.mdx @modelcontextprotocol/core-maintainers @modelcontextprotocol/auth
9+
/docs/specification/**/security_best_practices.mdx @modelcontextprotocol/core-maintainers @modelcontextprotocol/auth

0 commit comments

Comments
 (0)