Rename server module
This commit is contained in:
parent
dc4bb7f567
commit
12b077b7be
6 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ async fn run_http_server(address: String, debug: bool) -> Result<()> {
|
|||
tracing::info!("Access the Rust Documentation Server at http://{}/sse", addr);
|
||||
|
||||
// Create app and run server
|
||||
let app = cratedocs_mcp::server::axum_docs::App::new();
|
||||
let app = cratedocs_mcp::server::http_sse_server::App::new();
|
||||
axum::serve(listener, app.router()).await?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue