Class MCPProcessor

java.lang.Object
io.quarkus.devui.deployment.menu.MCPProcessor

public class MCPProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    createMCPJsonRPCService(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.JsonRPCProvidersBuildItem> bp)
     
    (package private) void
    createMCPPage(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.page.SettingPageBuildItem> settingPageProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.page.UnlistedPageBuildItem> unlistedPageProducer)
     
    (package private) void
    registerStreamableHTTPHandlers(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routeProducer, io.quarkus.devui.runtime.DevUIRecorder recorder, io.quarkus.deployment.builditem.LaunchModeBuildItem launchModeBuildItem, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MCPProcessor

      public MCPProcessor()
  • Method Details

    • createMCPPage

      void createMCPPage(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.page.SettingPageBuildItem> settingPageProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.page.UnlistedPageBuildItem> unlistedPageProducer)
    • registerStreamableHTTPHandlers

      void registerStreamableHTTPHandlers(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routeProducer, io.quarkus.devui.runtime.DevUIRecorder recorder, io.quarkus.deployment.builditem.LaunchModeBuildItem launchModeBuildItem, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem) throws IOException
      Throws:
      IOException
    • createMCPJsonRPCService

      void createMCPJsonRPCService(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.devui.spi.JsonRPCProvidersBuildItem> bp)