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 985ba9d commit 9476f03Copy full SHA for 9476f03
1 file changed
src/Infrastructure/BotSharp.Abstraction/MCP/Models/McpServerConfigModel.cs
@@ -50,6 +50,6 @@ public class McpStdioServerConfig
50
{
51
public string Command { get; set; } = null!;
52
public IList<string>? Arguments { get; set; }
53
- public Dictionary<string, string>? EnvironmentVariables { get; set; }
+ public Dictionary<string, string?>? EnvironmentVariables { get; set; }
54
public TimeSpan ShutdownTimeout { get; set; } = TimeSpan.FromSeconds(5);
55
}
0 commit comments