Interface MCPGatewayConfiguration.Builder

  • Method Details

    • supportedVersions

      MCPGatewayConfiguration.Builder supportedVersions(Collection<String> supportedVersions)

      The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.

      Parameters:
      supportedVersions - The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedVersions

      MCPGatewayConfiguration.Builder supportedVersions(String... supportedVersions)

      The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.

      Parameters:
      supportedVersions - The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instructions

      MCPGatewayConfiguration.Builder instructions(String instructions)

      The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.

      Parameters:
      instructions - The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • searchType

      MCPGatewayConfiguration.Builder searchType(String searchType)

      The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.

      Parameters:
      searchType - The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • searchType

      The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.

      Parameters:
      searchType - The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: