From 3ec9ea37fd2e80860411bfefdd24c0baf00613c0 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 10:45:05 +0800 Subject: [PATCH] update: proc_name --- gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 8370454..12bd4ab 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -47,4 +47,4 @@ access_log_format = ( ) # --- Process naming (visible in `ps aux`) --- -proc_name = "spark-executor-mcp" +proc_name = "mcp-server"