Fix: Correct authentication and add ping method

This commit is contained in:
2026-06-14 06:08:38 +00:00
parent 491745733f
commit 511137edae
+1
View File
@@ -322,6 +322,7 @@ class MCPSummaryHandler(BaseHTTPRequestHandler):
def do_POST(self):
"""Handle MCP JSON-RPC requests."""
# Streamable HTTP MCP endpoint
if self.path not in ("/", "/mcp"):
self.send_error(404, "Not Found")
return