Skip to content

Commit cb533b2

Browse files
committed
Fix fomratting
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent dce4892 commit cb533b2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mcp-core/src/main/java/io/modelcontextprotocol/spec/ProtocolVersions.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ public interface ProtocolVersions {
2020
*/
2121
String MCP_2025_06_18 = "2025-06-18";
2222

23-
/**
24-
* MCP protocol version for 2025-11-25.
25-
* https://modelcontextprotocol.io/specification/2025-11-25
26-
*/
27-
String MCP_2025_11_25 = "2025-11-25";
23+
/**
24+
* MCP protocol version for 2025-11-25.
25+
* https://modelcontextprotocol.io/specification/2025-11-25
26+
*/
27+
String MCP_2025_11_25 = "2025-11-25";
28+
2829
}

0 commit comments

Comments
 (0)