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 43d91d0 commit 5375da1Copy full SHA for 5375da1
1 file changed
src/Infrastructure/BotSharp.Abstraction/MCP/Models/McpServerConfigModel.cs
@@ -40,14 +40,7 @@ public class McpHttpServerConfig : McpHttpServerConfigBase
40
{
41
}
42
43
-public class McpHttpServerConfigBase
44
-{
45
- public string EndPoint { get; set; } = null!;
46
- public TimeSpan ConnectionTimeout { get; init; } = TimeSpan.FromSeconds(30);
47
- public Dictionary<string, string>? AdditionalHeaders { get; set; }
48
-}
49
-
50
-public class McpHttpServerConfig
+public abstract class McpHttpServerConfigBase
51
52
public string EndPoint { get; set; } = null!;
53
public TimeSpan ConnectionTimeout { get; init; } = TimeSpan.FromSeconds(30);
0 commit comments