We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400b020 commit 0d54517Copy full SHA for 0d54517
.github/CODEOWNERS
@@ -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