We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c75249 commit 796fc6cCopy full SHA for 796fc6c
crates/rmcp/tests/test_notification.rs
@@ -96,11 +96,11 @@ async fn test_server_notification() -> anyhow::Result<()> {
96
Ok(())
97
}
98
99
-type CustomServerPayload = (String, Option<serde_json::Value>);
+type CustomNotificationPayload = (String, Option<serde_json::Value>);
100
101
struct CustomServer {
102
receive_signal: Arc<Notify>,
103
- payload: Arc<Mutex<Option<CustomServerPayload>>>,
+ payload: Arc<Mutex<Option<CustomNotificationPayload>>>,
104
105
106
impl ServerHandler for CustomServer {
0 commit comments