Yes, it should work, but you probably need to set up Ray’s config to connect to your local setup. Check the ray.php
file or set environment variables like RAY_HOST
and RAY_PORT
to match your Lima or local server. If you’re using Lima or Docker, try host.docker.internal
or the server’s IP. Once the settings match, just calling ray('message')
should show up in the app—no need to mess with "Add Server" unless it’s something unique in your setup