You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content=[newContent(){Text=$"Failed when connecting to the package source with error: {connectResult.ExtendedErrorCode.Message} [0x{connectResult.ExtendedErrorCode.HResult:X8}]"}],
28
+
Content=[newTextContentBlock(){Text=$"Failed when connecting to the package source with error: {connectResult.ExtendedErrorCode.Message} [0x{connectResult.ExtendedErrorCode.HResult:X8}]"}],
29
29
};
30
30
}
31
31
@@ -34,25 +34,25 @@ public static CallToolResponse ForConnectError(ConnectResult connectResult)
Content=[newContent(){Text=$"Failed when finding packages with reason {findResult.Status} and error: {findResult.ExtendedErrorCode.Message} [0x{findResult.ExtendedErrorCode.HResult:X8}]"}],
42
+
Content=[newTextContentBlock(){Text=$"Failed when finding packages with reason {findResult.Status} and error: {findResult.ExtendedErrorCode.Message} [0x{findResult.ExtendedErrorCode.HResult:X8}]"}],
43
43
};
44
44
}
45
45
46
46
/// <summary>
47
47
/// Creates a response that indicates the operation was cancelled before any changes were made.
0 commit comments