Below is a simple verification session in AMP code.
I have added a rust-analyzer mcp to your configuration, please verify if that works at all
• Update TODOs
• List Directory src
x mcp_rust-analyzerrust_analyzer_set_workspace {"workspace_path":"/Users/oleg/<workspace>/<crate name>"}
Error: MCP error -1: Request timeout
x mcp_rust-analyzer__rust_analyzer_diagnostics {"file_path":"/Users/oleg/<workspace>/<crate name>/src/lib.rs"}
Error: MCP error -1: Request timeout
• Update TODOs
The rust-analyzer MCP is not working properly - both workspace setup and diagnostics calls are timing out. This suggests the rust-analyzer server isn't starting or responding correctly.
Below is a simple verification session in AMP code.