Skip to content

Commit d049f68

Browse files
committed
cargo fmt
1 parent 8cba18b commit d049f68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mcp/http-stream-mcp/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
use rmcp::{
2+
ErrorData as McpError, ServerHandler,
23
handler::server::{router::tool::ToolRouter, wrapper::Parameters},
34
model::*,
4-
schemars, tool, tool_handler, tool_router, ErrorData as McpError, ServerHandler,
5+
schemars, tool, tool_handler, tool_router,
56
};
67
use serde::{Deserialize, Serialize};
78
use std::sync::Arc;

0 commit comments

Comments
 (0)