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 dc4f83e commit a675e8cCopy full SHA for a675e8c
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -58,6 +58,8 @@ private McpSchema() {
58
59
public static final String METHOD_PING = "ping";
60
61
+ public static final String METHOD_NOTIFICATION_PROGRESS = "notifications/progress";
62
+
63
// Tool Methods
64
public static final String METHOD_TOOLS_LIST = "tools/list";
65
0 commit comments