#@marcosnils FYI i have an idea to make
1 messages · Page 1 of 1 (latest)
statically as in all the modules loaded by dagger mcp within a context of a module with all its dependencies?
As in multiple -m on dagger mcp. So all top-level functions of each module would be accessible. The UX is the hard part, because i wouldn't know how to construct each module if multiple modules' constructor requires args
I see.. well the dagger command already does for installed modules deps withing a module
maybe we can follow a similar approach here?
I'd love to do dagger mcp to a module and have its dependencies top-level functions available also
i see, ok i guess we can try different things. Since it's all experimental anyway. Will give you a branch later in the week that does that
@vale socket IIRC you mentioned that you should have access to the module's directly installed dependencies top-level functions available in the prompt?