Jozef Barton
Jozef Barton
I'm currently getting this for the Chakra UI MCP server as well: `MCP client for `chakra-ui` failed to start: handshaking with MCP server failed: connection closed: initialize response` https://chakra-ui.com/docs/get-started/ai/mcp-server
Thank you for checking this for me. Here's my config.toml. ``` model = "gpt-5-codex" model_reasoning_effort = "medium" experimental_use_rmcp_client = true [projects."/Users//dev/"] trust_level = "trusted" [projects."/Users//dev/"] trust_level = "trusted" [projects."/Users//dev/"] trust_level...
For anybody running into the same problem I did, I used some ChatGPT and tinkering and found the problem was that codex was pointed to Node 23 when the MCP...