1 parent 411e053 commit 92025e9Copy full SHA for 92025e9
1 file changed
packages/opencode/src/cli/cmd/mcp.ts
@@ -761,7 +761,7 @@ export const McpDebugCommand = effectCmd({
761
}
762
763
if (response.status === 401) {
764
- prompts.log.warn("Server returned 401 Unauthorized")
+ prompts.log.info("Initial unauthenticated check returned 401, so this server requires OAuth")
765
766
// Try to discover OAuth metadata
767
const oauthConfig = typeof serverConfig.oauth === "object" ? serverConfig.oauth : undefined
0 commit comments