Skip to content

Commit 3c80f90

Browse files
authored
Add new supported protocol version '2025-06-18' (#66)
1 parent 37bc96c commit 3c80f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wazuh_mcp_server/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# MCP Protocol Version Support
99
# Latest: 2025-11-25, also supports backwards compatibility with older versions
1010
MCP_PROTOCOL_VERSION = "2025-11-25"
11-
SUPPORTED_PROTOCOL_VERSIONS = ["2025-11-25", "2025-03-26", "2024-11-05"]
11+
SUPPORTED_PROTOCOL_VERSIONS = ["2025-11-25", "2025-06-18", "2025-03-26", "2024-11-05"]
1212

1313
# Production Constants
1414
SESSION_TIMEOUT_MINUTES = 30
@@ -2630,4 +2630,4 @@ async def get_auth_token(request: Request):
26302630
port=config.MCP_PORT,
26312631
log_level=config.LOG_LEVEL.lower(),
26322632
access_log=True
2633-
)
2633+
)

0 commit comments

Comments
 (0)