Stefan Oltmann
08/02/2026, 1:51 PM.mcp.json like described in github.com/jetbrains/compose-hot-reload#…, but Claude keeps telling me that I need to approve it and it can't connect and so on.
I can't figure out how to make it work. What's the trick?Nikita Lipsky
08/03/2026, 8:40 AM/gradlew hotMcpServer from the root of your project. What does it say?Stefan Oltmann
08/03/2026, 12:20 PM14:18:29: Executing 'hotMcpServer'…
Starting Gradle Daemon...
Gradle Daemon started in 783 ms
> Configure project :app
matching ref: COMMIT - 72f52c8e39af4e7082424668641ac04846df37b3
ref configuration: COMMIT - pattern: null
version: ${commit.short}
describeTagFirstParent: true
app > project version: 72f52c8
> Task :app:hotMcpServerJvm
| 14:18:38.815 | null | Info | ComposeHotReloadMcp | main | MCP server starting. Watching PID file: C:\Users\micro\IdeaProjects\thumbnail-fixer\app\build\run\jvmMain\jvmMain.pid
kotlin-logging: initializing... active logger factory: Slf4jLoggerFactory
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See <https://www.slf4j.org/codes.html#noProviders> for further details.
| 14:19:20.372 | null | Info | ComposeHotReloadMcp | main | Found orchestration port 52367, connecting...
| 14:19:20.624 | null | Info | ComposeHotReloadMcp | main | Connected to orchestration on port 52367Nikita Lipsky
08/03/2026, 12:56 PMStefan Oltmann
08/03/2026, 1:05 PMStefan Oltmann
08/03/2026, 1:08 PM/mcp just opens up some market place where I can install listed MCP servers.Stefan Oltmann
08/03/2026, 1:08 PMNikita Lipsky
08/03/2026, 1:49 PMStefan Oltmann
08/03/2026, 1:51 PMStefan Oltmann
08/03/2026, 1:51 PMNikita Lipsky
08/03/2026, 2:02 PMNikita Lipsky
08/03/2026, 2:27 PMStefan Oltmann
08/03/2026, 2:34 PMNikita Lipsky
08/03/2026, 2:47 PMStefan Oltmann
08/03/2026, 2:49 PMStefan Oltmann
08/03/2026, 4:26 PM{
"$schema": "<https://opencode.ai/config.json>",
"mcp": {
"compose-hot-reload": {
"type": "local",
"command": [
"./gradlew",
"--no-daemon",
"--quiet",
"--console=plain",
"hotMcpServer"
],
"cwd": "C:/Users/Stefan/IdeaProjects/mines-plus",
"enabled": true
}
}
}Nikita Lipsky
08/03/2026, 4:31 PMStefan Oltmann
08/03/2026, 4:35 PMgradle hotMcpServer before I start Claude Code doesn't really help. That's what Claude demands.
I think it doesn't quite understand that it should start the MCP server - like some configuration that is missing.Nikita Lipsky
08/03/2026, 4:43 PMStefan Oltmann
08/03/2026, 4:43 PMAlexandru Caraus
08/05/2026, 7:08 AMAlexandru Caraus
08/05/2026, 7:10 AMStefan Oltmann
08/05/2026, 7:18 AMAlexandru Caraus
08/05/2026, 7:43 AM