We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36d5b commit 3c776aeCopy full SHA for 3c776ae
src/ModelContextProtocol/Configuration/McpServerConfig.cs
@@ -27,11 +27,6 @@ public record McpServerConfig
27
/// </summary>
28
public string? Location { get; set; }
29
30
- /// <summary>
31
- /// Arguments (if any) to pass to the executable.
32
- /// </summary>
33
- public string[]? Arguments { get; init; }
34
-
35
/// <summary>
36
/// Additional transport-specific configuration.
37
0 commit comments