From a5a60d8ade105e038f399b1d2176c7c6c6bd6293 Mon Sep 17 00:00:00 2001 From: Basil Hosmer Date: Fri, 26 Sep 2025 17:09:04 -0400 Subject: [PATCH] update integrated mode language in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c924f96..a57b81d 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ cp .env.separate .env The Everything Server supports two authentication modes to demonstrate different MCP deployment patterns: ### Integrated Mode (Default) -The MCP server acts as its own OAuth 2.0 authorization server. This is simpler to deploy and suitable for standalone MCP servers. +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. ```bash npm run dev:integrated