Every request comes back 401 Unauthorized.
OWNSONA_API_TOKEN in the deployed application.ini.
./bld -v build && ./bld war && cp work/Kiss.war
/home/ownsona/tomcat/webapps/ROOT.war.
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.