Skip to content

Commit 628ebe4

Browse files
committed
Merge tag '1.17.1'
2 parents bca26e4 + 0551cc5 commit 628ebe4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+10881
-879
lines changed

.git-blame-ignore-revs

Whitespace-only changes.

.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
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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ web_modules/
6969
# Output of 'npm pack'
7070
*.tgz
7171

72+
# Output of 'npm run fetch:spec-types'
73+
spec.types.ts
74+
7275
# Yarn Integrity file
7376
.yarn-integrity
7477

0 commit comments

Comments
 (0)