using LazyBear.MCP.Services.ToolRegistry; namespace LazyBear.MCP.Services.Confluence; public sealed class ConfluenceToolModule : IToolModule { public string ModuleName => "Confluence"; public string Description => "Confluence: страницы, пространства, поиск"; public IReadOnlyList ToolNames => [ "GetPage", "SearchPages", "CreatePage", "UpdatePage", "DeletePage", "GetSpace" ]; }