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

Method start

src/server/handler.rs:37–40  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

35 }
36
37 pub async fn start(&mut self) -> Result<()> {
38 let mut analyzer = self.analyzer.lock().await;
39 analyzer.start().await
40 }
41
42 pub fn list_tools(&self) -> Vec<crate::tools::ToolDefinition> {
43 get_tools()

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected