Skip to content

Commit 0d54517

Browse files
authored
Add CODEOWNERS file for dsk (#781)
1 parent 400b020 commit 0d54517

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# TypeScript SDK Code Owners
2+
3+
# Default owners for everything in the repo
4+
* @modelcontextprotocol/typescript-sdk-maintainers
5+
6+
# Auth team owns all auth-related code
7+
/src/server/auth/ @modelcontextprotocol/typescript-sdk-auth
8+
/src/client/auth* @modelcontextprotocol/typescript-sdk-auth
9+
/src/shared/auth* @modelcontextprotocol/typescript-sdk-auth
10+
/src/examples/client/simpleOAuthClient.ts @modelcontextprotocol/typescript-sdk-auth
11+
/src/examples/server/demoInMemoryOAuthProvider.ts @modelcontextprotocol/typescript-sdk-auth

0 commit comments

Comments
 (0)