Skip to content

Commit 9476f03

Browse files
author
Jicheng Lu
committed
minor change
1 parent 985ba9d commit 9476f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/BotSharp.Abstraction/MCP/Models/McpServerConfigModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ public class McpStdioServerConfig
5050
{
5151
public string Command { get; set; } = null!;
5252
public IList<string>? Arguments { get; set; }
53-
public Dictionary<string, string>? EnvironmentVariables { get; set; }
53+
public Dictionary<string, string?>? EnvironmentVariables { get; set; }
5454
public TimeSpan ShutdownTimeout { get; set; } = TimeSpan.FromSeconds(5);
5555
}

0 commit comments

Comments
 (0)