-
-
Notifications
You must be signed in to change notification settings - Fork 170
Description
Hey, this is a great project, and thanks for being a wonderful open-source person for so many years.
I've read that your funding / available time will be less for the foreseeable future, and that's fully sensible/respectable, but equally I hope the situation changes in the future. Either way I'm not expecting you to implement this, more like some wild contributor who then offers up a pull request...but chucking the idea up here allows gathering of ideas/feedback.
I'm looking for an MCP server integration for EEZ studio, so I can craft quicker flows, without having to learn all the blocks and syntax, etc.
I'd say something like "I've got this idea for a dynamic lvgl interface, we're going to use eez studio, with a flow that fetches some json describing the dashboard widgets, then we'll create a similar representation in lvgl. We'll probably want a boot splash screen, and a menu header bar with time/wifi/battery/settings-menu-button, and the setting page has wifi details, theme, time-zone, etc. After fetching the json and displaying the dashboard widgets, we'll subscribe to an MQTT server for data updates. This is the json url: X"
I suppose ideally it would also alter non flow things, like code, but as a tool part of a multi step process the initial ability to position things on the workspace, alter properties, and create actions/flows, would be enough/amazing.
Ideally the run and debug would be also usable by the mcp server, and interrogatable like a browser DOM (or the windows accessibility api provides?), similar to how the microsoft playwright MCP server functions. Then things would be testable and iterable.