Skip to content

Commit c2150f0

Browse files
committed
Update README.md
1 parent 617facc commit c2150f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ npx tsx src/examples/server/simpleStreamableHttp.ts
7676

7777
# To add a demo of authentication to this example, use:
7878
npx tsx src/examples/server/simpleStreamableHttp.ts --oauth
79+
80+
# To mitigate impersonation risks, enable strict Resource Identifier verification:
81+
npx tsx src/examples/server/simpleStreamableHttp.ts --oauth --oauth-resource=https://some-mcp-server.com --oauth-resource-strict
7982
```
8083

8184
##### JSON Response Mode Server

0 commit comments

Comments
 (0)