Skip to content

Commit 70bde69

Browse files
committed
add notifications/progress constant
1 parent 9d48361 commit 70bde69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ private McpSchema() {
5353

5454
public static final String METHOD_PING = "ping";
5555

56+
public static final String METHOD_NOTIFICATION_PROGRESS = "notifications/progress";
57+
5658
// Tool Methods
5759
public static final String METHOD_TOOLS_LIST = "tools/list";
5860

0 commit comments

Comments
 (0)