Hi, instead of two separate long commands, could we have -i / --init to the bunx @colbymchenry/codegraph install command so we can do all in one?
OR
Couldn't we have everything baked inside
[mcp_servers.codegraph]
command = "codegraph"
args = ["serve", "--mcp"]
with a flag to do it all at once?
My use case is that I spawn each AI session in a fresh new container - but this container should be generic enough, as I am doing a tool like Opencode Desktop (still private, will be public soon). I don't want codegraph to be baked in by default (at least for now) as this could end up making it bloated.
Hi, instead of two separate long commands, could we have
-i/--initto thebunx @colbymchenry/codegraph installcommand so we can do all in one?OR
Couldn't we have everything baked inside
with a flag to do it all at once?
My use case is that I spawn each AI session in a fresh new container - but this container should be generic enough, as I am doing a tool like Opencode Desktop (still private, will be public soon). I don't want codegraph to be baked in by default (at least for now) as this could end up making it bloated.