7 lines
143 B
C#
7 lines
143 B
C#
namespace BotSharp.Abstraction.MCP.Services;
|
|
|
|
public interface IMcpService
|
|
{
|
|
IEnumerable<McpServerOptionModel> GetServerConfigs() => [];
|
|
}
|