Skip to content

Commit f305c70

Browse files
committed
fix(mcp-server-filesystem): Update SERVER_VERSION to 0.1.0 in McpSseServer and McpStdioServer
1 parent b7a4b16 commit f305c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcp-server-filesystem/src/main/java/com/github/mcp/examples/server/filesystem/McpSseServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class McpSseServer {
3030
/**
3131
* The version of the MCP server.
3232
*/
33-
private static final String SERVER_VERSION = "0.8.1";
33+
private static final String SERVER_VERSION = "0.1.0";
3434

3535
/**
3636
* The JSON object mapper.

mcp-server-filesystem/src/main/java/com/github/mcp/examples/server/filesystem/McpStdioServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class McpStdioServer {
1919
/**
2020
* The version of the MCP server.
2121
*/
22-
private static final String SERVER_VERSION = "0.8.1";
22+
private static final String SERVER_VERSION = "0.1.0";
2323

2424
/**
2525
* The MCP sync server instance.

0 commit comments

Comments
 (0)