Skip to content

Commit 72b8e18

Browse files
committed
formatting
1 parent 8bdb044 commit 72b8e18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/rmcp/src/service.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ use thiserror::Error;
44
use crate::{
55
error::Error as McpError,
66
model::{
7-
CancelledNotification, CancelledNotificationParam, GetMeta, JsonRpcBatchRequestItem,
8-
JsonRpcBatchResponseItem, JsonRpcError, JsonRpcMessage, JsonRpcNotification,
9-
JsonRpcRequest, JsonRpcResponse, Meta, NumberOrString, ProgressToken, RequestId,
10-
ServerJsonRpcMessage, GetExtensions, Extensions,
7+
CancelledNotification, CancelledNotificationParam, Extensions, GetExtensions, GetMeta,
8+
JsonRpcBatchRequestItem, JsonRpcBatchResponseItem, JsonRpcError, JsonRpcMessage,
9+
JsonRpcNotification, JsonRpcRequest, JsonRpcResponse, Meta, NumberOrString, ProgressToken,
10+
RequestId, ServerJsonRpcMessage,
1111
},
1212
transport::IntoTransport,
1313
};

0 commit comments

Comments
 (0)