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 617facc commit c2150f0Copy full SHA for c2150f0
src/examples/README.md
@@ -76,6 +76,9 @@ npx tsx src/examples/server/simpleStreamableHttp.ts
76
77
# To add a demo of authentication to this example, use:
78
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
82
```
83
84
##### JSON Response Mode Server
0 commit comments