Skip to content

Commit a5a60d8

Browse files
committed
update integrated mode language in README
1 parent 22b6268 commit a5a60d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ cp .env.separate .env
185185
The Everything Server supports two authentication modes to demonstrate different MCP deployment patterns:
186186

187187
### Integrated Mode (Default)
188-
The MCP server acts as its own OAuth 2.0 authorization server. This is simpler to deploy and suitable for standalone MCP servers.
188+
The MCP server acts as its own OAuth 2.0 authorization server. This configuration is simpler to deploy but requires the MCP server to host its own authorization logic. The implementation provided here is for demonstration purposes only.
189189

190190
```bash
191191
npm run dev:integrated

0 commit comments

Comments
 (0)