13.2 MCP returns 401

Every request comes back 401 Unauthorized.

13.2.1 Possible causes

13.2.2 Verify

curl -sS -X POST https://<host>/mcp \
    -H "Authorization: Bearer $OWNSONA_API_TOKEN" \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'

200 with a server-info payload means the server is healthy and the $OWNSONA_API_TOKEN env var matches.