This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch feat-streamable-http in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit cd831feb3c3c2de8902f53b65b982928310e694c Author: tomsun28 <[email protected]> AuthorDate: Sat Dec 6 23:25:05 2025 +0800 feat: support mcp streamable http protocol and upgrade spring ai version Signed-off-by: tomsun28 <[email protected]> --- script/application.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/script/application.yml b/script/application.yml index ea661edf93..c5d00079ed 100644 --- a/script/application.yml +++ b/script/application.yml @@ -24,19 +24,12 @@ spring: server: enabled: true stdio: false - name: sse-mcp-server + protocol: streamable + streamable-http: + mcp-endpoint: /api/mcp + name: hertzbeat-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 mvc: static-path-pattern: /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
