Skip to content

Commit dc6c2a0

Browse files
authored
Merge pull request #10 from modelcontextprotocol/basil/readme_update
update integrated mode language in README
2 parents 22b6268 + a5a60d8 commit dc6c2a0

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)