v1.2.0-alpha01 #527
Nikita Lipsky (pjBooms)
announced in
Announcements
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
This release introduces a brand-new Model Context Protocol (MCP) server that enables AI agents to interact with a running Compose application in real time.
The MCP server exposes the following tools:
statustake_screenshotget_semantic_treeclicklong_clicktype_textscrollscroll_to_indexThe server connects to the hot reload orchestration layer and can be launched via the
hotMcpServerGradle task. It starts without a running application, polls for one, detects shutdown, and reconnects automatically.See the README for setup instructions.
The MCP server is in experimental state, we will continue to work on it and your feedback would be very helpful!
JBR 25 as Default Runtime
ed59145 JetBrains Runtime 25 is now the default JBR version used for hot reload.
Dev Tools
94e99dc Dismiss the tooltip on click
Gradle
9652c5f Wire the gradle build optimize properties to devtools
This discussion was created from the release v1.2.0-alpha01.
All reactions