Zach Edmonds
Zach Edmonds
I was mostly focused on the select_tagify element issue. I tried many different configurations of the `select_tagify` element in the Widget Router. I tried setting `#allow_create` to true, `#enforce_whitelist` to...
We will likely need a custom plugin: https://drupalmcp.io/en/developers/create-plugin/
I have not attempted to connect to an LLM yet. However, I enabled the MCP module and wrote a simple plugin to test and it works with the sample content...
@dafeder interested in your thoughts here. Assuming the LLM connection works well, then it should just be able to use the "tools" we provide. We could create tools to calculate...
@dafeder I have a couple of tools here that actually query the datastore tables. This should be enough for an LLM to create visualizations. The instructions from the module devs...
@dafeder where should I put it?