Skip to content

Commit 4221a15

Browse files
docs: add auth bullets to express README intro
1 parent 1970512 commit 4221a15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/middleware/express/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ It does **not** implement MCP itself. Instead, it helps you:
88

99
- create an Express app with sensible defaults for MCP servers
1010
- 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`
1113

1214
## Install
1315

0 commit comments

Comments
 (0)