We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f6ea1 commit 1a1a88bCopy full SHA for 1a1a88b
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -53,6 +53,8 @@ private McpSchema() {
53
54
public static final String METHOD_PING = "ping";
55
56
+ public static final String METHOD_NOTIFICATION_PROGRESS = "notifications/progress";
57
+
58
// Tool Methods
59
public static final String METHOD_TOOLS_LIST = "tools/list";
60
0 commit comments