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: docs/list-of-diagnostics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ If you use experimental APIs, you will get one of the diagnostics shown below. T
23
23
24
24
| Diagnostic ID | Description |
25
25
| :------------ | :---------- |
26
-
|`MCPEXP001`| MCP task-related APIs are experimental. Tasks provide a mechanism for asynchronous long-running operations that can be polled for status and results. See[MCP Tasks specification](https://modelcontextprotocol.io/specification/draft/basic/utilities/tasks)for details. |
26
+
|`MCPEXP001`| MCP experimental APIs including Tasks and Extensions. Tasks provide a mechanism for asynchronous long-running operations that can be polled for status and results (see[MCP Tasks specification](https://modelcontextprotocol.io/specification/draft/basic/utilities/tasks)). Extensions provide a framework for extending the Model Context Protocol while maintaining interoperability (see [SEP-2133](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2133)). |
/// Message for the experimental MCP Extensions feature.
52
+
/// </summary>
53
+
publicconststringExtensions_Message="The Extensions feature is part of a future MCP specification version that has not yet been ratified and is subject to change.";
54
+
55
+
/// <summary>
56
+
/// URL for the experimental MCP Extensions feature.
0 commit comments