-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Ok now that bluefin-ai is freed up let's do a hello world.
ujust bluefin-ai should do the following after the use confirm button on the gum configuration screen:
- Install goose cli from homebrew
- Install linux-mcp-server
- Copy over a precanned goose config into the right spot the user can follow the linux-mcp-server docs and be able to use the tool.
Right now the recommendation from their team is to install it via pip/uv (the container isn't ready). The container is probably our long term solution but that's a tomorrow problem. I have asked if they're interested in brew since the client runs on macs too, I'll follow up with them separately on that.
The trick will be figuring out how to do the precanned config file: https://rhel-lightspeed.github.io/linux-mcp-server/clients/#yaml-configuration-cli
Also I think pip is on every image so we could roll with that though if there's a clean way to take advantage of uv I'd be all for that. Thoughts?