Interface McpRuntimeConfiguration


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.langchain4j.mcp") public interface McpRuntimeConfiguration
  • Method Details

    • clients

      @ConfigDocSection @ConfigDocMapKey("client-name") @WithParentName Map<String,McpClientRuntimeConfig> clients()
      Configured MCP clients
    • exposeResourcesAsTools

      @WithDefault("false") Optional<Boolean> exposeResourcesAsTools()
      Whether resources should be exposed as MCP tools.