#Tools while running dagger -m /dagger/module -s mcp --env-privileged
1 messages · Page 1 of 1 (latest)
cc @fair sundial @ornate mesa @chilly frigate
You're seeing "meta-tools" that allow navigating Dagger's object model. I think "listObjects" should return a tool named after your module - that's your module constructor. which returns a new object and so on
this is how we achieve object composition over mcp
@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"
We just shipped API improvements that may help, courtesy of @fair sundial
It's possible that they're not yet exposed in dagger mcp?
🤔 can take a look at this soon! Seems a bit broken if those are the only tools provided
i'm on 0.19.0 if that helps
happy to provide more details. just LMK what you need @fair sundial 🙂
found the issue
- it's trivial, calling a method and discarding the result somewhere internally. thanks for the report, adding an eval for this now
thanks for the quick turnaround!
it doesn't get any faster than this ! thanks @fair sundial
@fair sundial confirming the issue is resolved after upgrading to v0.19.1 🙂 thanks a lot