MCPcopy Create free account
hub / github.com/dexwritescode/rust-mcp / default

Method default

src/server/handler.rs:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22impl Default for RustMcpServer {
23 fn default() -> Self {
24 Self::new()
25 }
26}
27
28#[tool_router]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected