Skip to content

Commit 024f4e0

Browse files
stephentoubCopilot
andcommitted
Change StandardErrorTail to IReadOnlyList<string>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0e2e333 commit 024f4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol.Core/Client/StdioClientCompletionDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public sealed class StdioClientCompletionDetails : ClientCompletionDetails
1818
/// <summary>
1919
/// Gets the last lines of the server process's standard error output, or <see langword="null"/> if unavailable.
2020
/// </summary>
21-
public IEnumerable<string>? StandardErrorTail { get; set; }
21+
public IReadOnlyList<string>? StandardErrorTail { get; set; }
2222
}

0 commit comments

Comments
 (0)