You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ModelContextProtocol.Analyzers/Diagnostics.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ internal static class Diagnostics
25
25
title:"MCP method must be partial to generate [Description] attributes",
26
26
messageFormat:"Method '{0}' has XML documentation that could be used to generate [Description] attributes, but the method is not declared as partial.",
27
27
category:"mcp",
28
-
defaultSeverity:DiagnosticSeverity.Warning,
28
+
defaultSeverity:DiagnosticSeverity.Info,
29
29
isEnabledByDefault:true,
30
30
description:"Methods with MCP attributes should be declared as partial to allow the source generator to emit Description attributes from XML documentation comments.");
0 commit comments