diff --git a/pom.xml b/pom.xml index 0cd14f0533..f2e41f8f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ io.quarkiverse.mcp quarkus-mcp-server-bom - 1.10.1 + 1.13.0 pom import diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 01ded9785f..354232535c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -216,6 +216,11 @@ quarkus: server: http: root-path: /v1/mcp + streamable: + # It performs an automatic initialization when the first message from the client is not initialize. + # A new MCP session is created for each request. + # https://docs.quarkiverse.io/quarkus-mcp-server/1.13.x/reference-configuration.html#quarkus-mcp-server-http_quarkus-mcp-server-http-streamable-auto-init + auto-init: true traffic-logging: enabled: true text-limit: 1000