File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/clients/typescript Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33import { Client } from '@modelcontextprotocol/sdk/client/index.js' ;
44import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js' ;
5- import { handle401 , withOAuthRetry } from './helpers/withOAuthRetry.js' ;
5+ import { withOAuthRetry } from './helpers/withOAuthRetry.js' ;
66import { ConformanceOAuthProvider } from './helpers/ConformanceOAuthProvider.js' ;
77import { FetchLike } from '@modelcontextprotocol/sdk/shared/transport.js' ;
88import {
Original file line number Diff line number Diff line change 1414 "start" : " tsx src/index.ts" ,
1515 "test" : " jest" ,
1616 "build" : " tsdown src/index.ts --minify --clean --target node20" ,
17- "lint" : " eslint src/ && prettier --check ." ,
18- "lint:fix" : " eslint src/ --fix && prettier --write ." ,
17+ "lint" : " eslint src/ examples/ && prettier --check ." ,
18+ "lint:fix" : " eslint src/ examples/ --fix && prettier --write ." ,
1919 "lint:fix_check" : " npm run lint:fix && git diff --exit-code --quiet" ,
2020 "check" : " npm run typecheck && npm run lint" ,
2121 "typecheck" : " tsgo --noEmit" ,
Original file line number Diff line number Diff line change 99 "skipLibCheck" : true ,
1010 "forceConsistentCasingInFileNames" : true
1111 },
12- "include" : [" src/**/*" ],
12+ "include" : [" src/**/*" , " examples/clients/typescript/**/* " ],
1313 "exclude" : [" node_modules" ]
1414}
You can’t perform that action at this time.
0 commit comments