Skip to content

Commit 3c776ae

Browse files
committed
Remove unused McpServerConfig.Arguments property
1 parent 9f36d5b commit 3c776ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ModelContextProtocol/Configuration/McpServerConfig.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ public record McpServerConfig
2727
/// </summary>
2828
public string? Location { get; set; }
2929

30-
/// <summary>
31-
/// Arguments (if any) to pass to the executable.
32-
/// </summary>
33-
public string[]? Arguments { get; init; }
34-
3530
/// <summary>
3631
/// Additional transport-specific configuration.
3732
/// </summary>

0 commit comments

Comments
 (0)