Wayne
05/29/2026, 1:05 PM⚠ MCP client for `compose-hot-reload` failed to start: MCP startup failed: handshaking with MCP server failed: connection closed: initialize response
My codex configuration (in config.toml) is
[mcp_servers.compose-hot-reload]
command = "./gradlew"
args = ["--no-daemon", "--quiet", "--console=plain", "desktopApp:hotMcpServer"]
For reference, the working configuration with Claude is (in .mcp.json):
{
"mcpServers": {
"compose-hot-reload": {
"command": "./gradlew",
"args": [
"--no-daemon",
"--quiet",
"--console=plain",
"desktopApp:hotMcpServer"
]
}
}
}Wayne
05/29/2026, 1:31 PMkotlin-logging: initializing... active logger factory: Slf4jLoggerFactory
I'm guessing claude and the mcp inspector probably handles malformed input more gracefully than codexWayne
05/29/2026, 1:53 PMWayne
05/29/2026, 2:06 PM