fetcher: fix brk url

This commit is contained in:
nym21
2025-06-24 23:53:10 +02:00
parent e4c9f23476
commit a6cb09ff1c
10 changed files with 20 additions and 26 deletions

View File

@@ -142,7 +142,7 @@ The response's format will depend on the given parameters, it will be:
}
#[tool(description = "
Get the running version of the Bitcoin Research Kit
Get the running version of the Bitcoin Research Kit.
")]
async fn get_version(&self) -> Result<CallToolResult, McpError> {
info!("mcp: get_version");