Internal MCP Crate Cleanup (#4800)

This commit is contained in:
Alex Hancock
2025-09-29 10:39:43 -04:00
committed by GitHub
parent 3844209b78
commit 146cf3185a
78 changed files with 844 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>;