From 3de8ef5fb3edc3b179c85243558886d58a411d8e Mon Sep 17 00:00:00 2001 From: ihrpr Date: Wed, 23 Jul 2025 18:46:31 +0100 Subject: [PATCH] update codeowners group --- .github/CODEOWNERS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 66ac67bce..7ad30e358 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,22 +2,22 @@ # See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # Default maintainers for everything -* @modelcontextprotocol/python-sdk-maintainers +* @modelcontextprotocol/python-sdk # Auth-related code requires additional review from auth team -/src/mcp/client/auth.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/src/mcp/server/auth/ @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/src/mcp/server/transport_security.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/src/mcp/shared/auth*.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers +/src/mcp/client/auth.py @modelcontextprotocol/python-sdk-auth +/src/mcp/server/auth/ @modelcontextprotocol/python-sdk-auth +/src/mcp/server/transport_security.py @modelcontextprotocol/python-sdk-auth +/src/mcp/shared/auth*.py @modelcontextprotocol/python-sdk-auth # Auth-related tests -/tests/client/test_auth.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/tests/server/auth/ @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/tests/server/test_*security.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/tests/server/fastmcp/auth/ @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/tests/shared/test_auth*.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers +/tests/client/test_auth.py @modelcontextprotocol/python-sdk-auth +/tests/server/auth/ @modelcontextprotocol/python-sdk-auth +/tests/server/test_*security.py @modelcontextprotocol/python-sdk-auth +/tests/server/fastmcp/auth/ @modelcontextprotocol/python-sdk-auth +/tests/shared/test_auth*.py @modelcontextprotocol/python-sdk-auth # Auth-related examples -/examples/clients/simple-auth-client/ @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/examples/snippets/clients/oauth_client.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers -/examples/snippets/servers/oauth_server.py @modelcontextprotocol/python-sdk-auth @modelcontextprotocol/python-sdk-maintainers \ No newline at end of file +/examples/clients/simple-auth-client/ @modelcontextprotocol/python-sdk-auth +/examples/snippets/clients/oauth_client.py @modelcontextprotocol/python-sdk-auth +/examples/snippets/servers/oauth_server.py @modelcontextprotocol/python-sdk-auth \ No newline at end of file