Update rmcp to 1.5.0 (fixes #8453) (#8618)

This commit is contained in:
jh-block
2026-04-17 12:50:27 +02:00
committed by GitHub
parent afcdf2cab3
commit 69d89859a2
6 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ impl McpFixtureServer {
}
}
#[tool_handler]
#[tool_handler(router = self.tool_router)]
impl ServerHandler for McpFixtureServer {
fn get_info(&self) -> ServerInfo {
InitializeResult::new(ServerCapabilities::builder().enable_tools().build())