We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1970512 commit 4221a15Copy full SHA for 4221a15
1 file changed
packages/middleware/express/README.md
@@ -8,6 +8,8 @@ It does **not** implement MCP itself. Instead, it helps you:
8
9
- create an Express app with sensible defaults for MCP servers
10
- add DNS rebinding protection via Host header validation (recommended for localhost servers)
11
+- protect routes with `requireBearerAuth` (validates `Authorization: Bearer …` via your `OAuthTokenVerifier`)
12
+- serve OAuth Protected Resource Metadata (RFC 9728) via `mcpAuthMetadataRouter`
13
14
## Install
15
0 commit comments