fix: implement MCP ping health checks (#600)

This commit is contained in:
grtninja
2026-04-11 19:16:37 -04:00
committed by GitHub
parent c4d8662de8
commit 154e8a78ec
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -951,6 +951,8 @@ def handle_request(request):
"serverInfo": {"name": "mempalace", "version": __version__},
},
}
elif method == "ping":
return {"jsonrpc": "2.0", "id": req_id, "result": {}}
elif method == "notifications/initialized":
return None
elif method == "tools/list":