Y
Hacker News
new
|
ask
|
show
|
jobs
MDMA – Turn LLM Responses into Interactive UI via MCP
(
github.com
)
5 points
by
mattsadowsky
17 days ago
1 comments
1taimoorkhan0
17 days ago
Curious how you handle state when the user interacts with the generated UI. Does an interaction trigger a new LLM call, or does the component manage its own state independently?
link
gitsad
17 days ago
you manage your state in your codebase, MDMA exposes this passed data for you that you can do whatever you want with this
link