v1.2.0 #568
Nikita Lipsky (pjBooms)
announced in
Announcements
v1.2.0
#568
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release Summary
Compose Hot Reload 1.2.0 is here 🎉.
This release introduces a Model Context Protocol (MCP) server that enables AI agents to interact with a running Compose application in real time.
Highlights
MCP Server
The new
hot-reload-mcpmodule exposes a Model Context Protocol server through thehotMcpServerGradle task. The server connects to a running Compose app, waits for startup, detects shutdowns, and reconnects automatically. Any MCP-compatible AI agent can use it to inspect and control the application:statusreload/await_reloadrestart/reset_uitake_screenshotlist_windows/resize_windowget_semantic_treeDialog,ModalBottomSheet, andPopupelementsget_ui_error/get_logsclick,type_text,scroll, …Dev Tools
JBR & Gradle
compose.reload.jbr.min.versionproperty to configure the minimum supported JBR version.compose.reload.gradle.build.optimize.unsafe=true.Thanks to everyone who filed issues, tested pre-releases, and contributed to this release 🙏
This discussion was created from the release v1.2.0.
All reactions