#Tools while running dagger -m /dagger/module -s mcp --env-privileged

1 messages · Page 1 of 1 (latest)

grand orbit
#

hey dagger community. While running dagger -m /dagger/module -s mcp --env-privileged on my module the only tools i'm seeing are those one. Shouldn't I see my dagger functions ?

oak parcel
#

this is how we achieve object composition over mcp

grand orbit
#

@oak parcel yes the ListObjects returns a single entry which is my dagger module constructor . my LLM seems lost as to how to do things and how to discover my module "tools"

oak parcel
#

We just shipped API improvements that may help, courtesy of @fair sundial

It's possible that they're not yet exposed in dagger mcp?

fair sundial
#

🤔 can take a look at this soon! Seems a bit broken if those are the only tools provided

grand orbit
#

i'm on 0.19.0 if that helps

#

happy to provide more details. just LMK what you need @fair sundial 🙂

fair sundial
#

found the issue facepalm - it's trivial, calling a method and discarding the result somewhere internally. thanks for the report, adding an eval for this now

fair sundial
oak parcel
#

thanks for the quick turnaround!

grand orbit
#

it doesn't get any faster than this ! thanks @fair sundial

grand orbit
#

@fair sundial confirming the issue is resolved after upgrading to v0.19.1 🙂 thanks a lot