This commit is contained in:
root
2025-07-12 21:19:42 +08:00
parent 3927c4ffb7
commit f3a105a957

View File

@@ -229,7 +229,7 @@ class JSONRPCMethodRegistry:
return json.dumps(error_response, ensure_ascii=False, separators=(',', ':'))
# 全局实例
enhanced_progress_reporter = EnhancedProgressReporter()
enhanced_progress_reporter = EnhancedProgressReporter(str(uuid.uuid4()))
method_registry = JSONRPCMethodRegistry()