Describe the bug
Example clients_everything_stdio throws the following error:
Error: Mcp error: -32602: MCP error -32602: Resource test://static/resource/3 not found
It looks like the sample mcp server used: "@modelcontextprotocol/server-everything" does not longer have the resource
To Reproduce
Steps to reproduce the behavior:
- execute: cargo run -p mcp-client-examples --example clients_everything_stdio
Expected behavior
Example should finish successfully.