Skip to content

Commit a675e8c

Browse files
committed
add notifications/progress constant
1 parent dc4f83e commit a675e8c

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
@@ -58,6 +58,8 @@ private McpSchema() {
5858

5959
public static final String METHOD_PING = "ping";
6060

61+
public static final String METHOD_NOTIFICATION_PROGRESS = "notifications/progress";
62+
6163
// Tool Methods
6264
public static final String METHOD_TOOLS_LIST = "tools/list";
6365

0 commit comments

Comments
 (0)