namespace RhMcp; /// /// All MCP Toolsare forced on the UI Thread, this attribute excludes a tool from that /// [AttributeUsage(AttributeTargets.Method)] internal sealed class BackgroundThreadAttribute : Attribute { }