It might be useful to allow setting an API proxy, to avoid leaking the API key in containerized environments.
E.g:
Outside the container:
MXBAI_API_KEY="..." mgrep proxy
Inside the container
export MXBAI_API_PROXY_URL="http://10.0.0.1:1234"
This would allow the agent to use mgrep transparently without the API key ever being accessible from within the container.
It might be useful to allow setting an API proxy, to avoid leaking the API key in containerized environments.
E.g:
Outside the container:
MXBAI_API_KEY="..." mgrep proxy
Inside the container
export MXBAI_API_PROXY_URL="http://10.0.0.1:1234"
This would allow the agent to use mgrep transparently without the API key ever being accessible from within the container.