This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch release-1.7.3
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git

commit 35511145e7c28ca3c833502dc1b96b190941a9ff
Author: tomsun28 <tomsu...@outlook.com>
AuthorDate: Tue Sep 9 00:38:44 2025 +0800

    [release] new release version 1.7.3
---
 charts/hertzbeat/templates/manager/configmap.yaml | 27 +++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/charts/hertzbeat/templates/manager/configmap.yaml 
b/charts/hertzbeat/templates/manager/configmap.yaml
index 8c8c2bb..b10c588 100644
--- a/charts/hertzbeat/templates/manager/configmap.yaml
+++ b/charts/hertzbeat/templates/manager/configmap.yaml
@@ -48,6 +48,33 @@ data:
         multipart:
           max-file-size: 100MB
           max-request-size: 100MB
+      ai:
+        mcp:
+          server:
+            enabled: true
+            stdio: false
+            name: sse-mcp-server
+            version: 1.0.0
+            resource-change-notification: true
+            tool-change-notification: true
+            prompt-change-notification: true
+            sse-endpoint: /api/sse
+            sse-message-endpoint: /api/mcp/message
+            type: SYNC
+            capabilities:
+              tool: true
+              resource: true
+              prompt: true
+              completion: true
+        chat:
+          client:
+            enabled: false
+        openai:
+          api-key: OPENAI_API_KEY
+          chat:
+            options:
+              model: gpt-4.1-nano-2025-04-14        
+      
     management:
       health:
         mail:


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org
For additional commands, e-mail: notifications-h...@hertzbeat.apache.org

Reply via email to