MCP Connection error
complete
F
Fulin
I am use this sample mcp server(service): https://github.com/modelcontextprotocol/rust-sdk/blob/main/examples/README.md
I can confirm it works on
cursor
or cherry studio
. But when i config it in boltAi, i get this error:Failed to fetch tools after 3 attempts: Internal error: Client connection not initialized
related mcp config:
{
"mcpServers" : {
"counter" : {
"args" : [
],
"command" : "/Users/myusername/source/rust/rust-sdk/target/release/examples/servers_std_io"
}
}
}
Daniel Nguyen
complete
Please check v1.35.1. I tested with this exact mcp server and it works well.
Daniel Nguyen
Hey Fulin can you try the latest version? I fixed a critical issue in connection in the latest version.
Daniel Nguyen
in progress