diff --git a/Sources/MCP/Base/Error.swift b/Sources/MCP/Base/Error.swift index f1d4dcc..0c461a4 100644 --- a/Sources/MCP/Base/Error.swift +++ b/Sources/MCP/Base/Error.swift @@ -243,12 +243,3 @@ extension MCPError: Hashable { } } } - -// MARK: - - -/// This is provided to allow existing code that uses `MCP.Error` to continue -/// to work without modification. -/// -/// The MCPError type is now the recommended way to handle errors in MCP. -@available(*, deprecated, renamed: "MCPError", message: "Use MCPError instead of MCP.Error") -public typealias Error = MCPError