Class McpServerResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ai.springai.mcp_server.McpServerResponse
All Implemented Interfaces:
Serializable

public class McpServerResponse extends BaseResponse
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • serverVersion

      private String serverVersion
    • serverUrl

      private String serverUrl
    • host

      private String host
    • port

      private Integer port
    • protocol

      private McpServerProtocolEnum protocol
    • authType

      private McpServerAuthTypeEnum authType
    • connectionTimeout

      private Integer connectionTimeout
    • readTimeout

      private Integer readTimeout
    • maxRetries

      private Integer maxRetries
    • capabilities

      private String capabilities
    • availableTools

      private String availableTools
    • availableResources

      private String availableResources
    • availablePrompts

      private String availablePrompts
    • configJson

      private String configJson
    • environmentVars

      private String environmentVars
    • status

      private McpServerStatusEnum status
    • enabled

      private Boolean enabled
    • autoStart

      private Boolean autoStart
    • healthCheckUrl

      private String healthCheckUrl
    • healthCheckInterval

      private Integer healthCheckInterval
    • lastHealthCheck

      private ZonedDateTime lastHealthCheck
    • lastConnected

      private ZonedDateTime lastConnected
    • lastError

      private String lastError
    • priority

      private Integer priority
    • tags

      private String tags
    • metadata

      private String metadata
    • usageStats

      private String usageStats
  • Constructor Details

    • McpServerResponse

      public McpServerResponse()