Skip to content

Commit 8fd635c

Browse files
committed
exaple
1 parent 69dbfac commit 8fd635c

File tree

2 files changed

+438
-0
lines changed

2 files changed

+438
-0
lines changed

src/examples/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ A full-featured interactive client that connects to a Streamable HTTP server, de
3333
npx tsx src/examples/client/simpleStreamableHttp.ts
3434
```
3535

36+
Example client with OAuth:
37+
38+
```bash
39+
npx tsx src/examples/client/simpleOAuthClient.js
40+
```
41+
3642
### Backwards Compatible Client
3743

3844
A client that implements backwards compatibility according to the [MCP specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#backwards-compatibility), allowing it to work with both new and legacy servers. This client demonstrates:

0 commit comments

Comments
 (0)