diff --git a/docs/running.md b/docs/running.md index b47d14d4..b71ad6a7 100644 --- a/docs/running.md +++ b/docs/running.md @@ -336,19 +336,29 @@ messages in the container logs: **At server boot (all modes):** ``` INFO ✅ Configuration validated successfully for mode -INFO Configuring MCP server for mode INFO Health check endpoints enabled: /health/live, /health/ready ``` `` is one of `single_user_basic`, `multi_user_basic`, or -`oauth_single_audience`, matching the `MCP_DEPLOYMENT_MODE` setting. +`oauth_single`, matching the `MCP_DEPLOYMENT_MODE` setting. + +**Additional BasicAuth-mode messages (at server boot):** +``` +INFO Configuring MCP server for mode +``` + +Here `` is the enum value (`single_user_basic` or `multi_user_basic`). **Additional OAuth-mode messages (at server boot):** ``` +INFO Configuring MCP server for OAuth mode INFO OAuth client ready: ... INFO OAuth configuration complete ``` +Note the OAuth boot line logs the literal string `OAuth mode`, not the enum +value `oauth_single`. + **Additional single-user BasicAuth messages (per MCP session):** These fire when the first MCP client connects, not at server boot — if you