feat(mcp): add SSE transport support and related configuration options
Some checks failed
CI / build-and-test (push) Failing after -30m37s

This commit is contained in:
2026-04-05 15:57:34 +02:00
parent 1958eaca01
commit 5f48a197e8
10 changed files with 276 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ server:
mcp:
path: "/mcp"
sse_path: "/sse"
server_name: "amcs"
transport: "streamable_http"
session_timeout: "10m"

View File

@@ -9,6 +9,7 @@ server:
mcp:
path: "/mcp"
sse_path: "/sse"
server_name: "amcs"
transport: "streamable_http"
session_timeout: "10m"

View File

@@ -9,6 +9,7 @@ server:
mcp:
path: "/mcp"
sse_path: "/sse"
server_name: "amcs"
transport: "streamable_http"
session_timeout: "10m"