Skip to content

Commit 5375da1

Browse files
author
Jicheng Lu
committed
resolve conflict
1 parent 43d91d0 commit 5375da1

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ public class McpHttpServerConfig : McpHttpServerConfigBase
4040
{
4141
}
4242

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
43+
public abstract class McpHttpServerConfigBase
5144
{
5245
public string EndPoint { get; set; } = null!;
5346
public TimeSpan ConnectionTimeout { get; init; } = TimeSpan.FromSeconds(30);

0 commit comments

Comments
 (0)