alexhancock/mcp-crate-cleanup (#4885)

This commit is contained in:
Alex Hancock
2025-09-29 17:00:17 -04:00
committed by GitHub
parent 2bd18a757b
commit cb0eca9966
78 changed files with 1039 additions and 1090 deletions
+4
View File
@@ -0,0 +1,4 @@
pub use rmcp::model::ErrorData;
/// Type alias for tool results
pub type ToolResult<T> = std::result::Result<T, ErrorData>;