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
Browse filesBrowse the repository at this point in the historyBrowse files
Tarek Mahmoud Sayed
committed
Point obsolete diagnostic URLs to the #obsolete-apis section anchor
The list-of-diagnostics.md table rows are not headings, so per-ID
fragments like #mcp9005 and #mcp9003 do not resolve. Link to the
#obsolete-apis section heading instead, matching the MCP9004 entry.
publicconststringEnableLegacySse_Message="Legacy SSE transport has no built-in request backpressure and should only be used with completely trusted clients in isolated processes. Use Streamable HTTP instead.";
@@ -38,7 +38,7 @@ internal static class Obsoletions
38
38
// deprecation. They share one diagnostic ID (MCP9005) so consumers can opt out with a single
39
39
// suppression, while the feature-specific messages keep the diagnostics distinguishable.
publicconststringDeprecatedRoots_Message="The Roots feature is deprecated as of specification version 2026-07-28 and may be removed in a future version. See SEP-2577 for more information.";
43
43
publicconststringDeprecatedSampling_Message="The Sampling feature is deprecated as of specification version 2026-07-28 and may be removed in a future version. See SEP-2577 for more information.";
44
44
publicconststringDeprecatedLogging_Message="The Logging feature is deprecated as of specification version 2026-07-28 and may be removed in a future version. See SEP-2577 for more information.";
0 commit comments