Class McpHttpHandler

java.lang.Object
io.quarkus.devui.runtime.mcp.McpHttpHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class McpHttpHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Alternative Json RPC communication using Streamable HTTP for MCP
  • Constructor Details

    • McpHttpHandler

      public McpHttpHandler(String quarkusVersion, JsonMapper jsonMapper)
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext ctx)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>