Class McpServerResponse

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

public class McpServerResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • type

      private String type
    • status

      private McpServerStatusEnum status
    • enabled

      private Boolean enabled
    • categoryUid

      private String categoryUid
    • serverConfig

      private String serverConfig
      Server configuration in JSON format Contains all server-specific configuration including: - serverVersion, serverUrl, host, port, protocol - authToken, authType, authHeaders - connectionTimeout, readTimeout, maxRetries - capabilities, availableTools, availableResources, availablePrompts - environmentVars, healthCheckUrl, healthCheckInterval - priority, tags, metadata, usageStats - autoStart and other settings
  • Constructor Details

    • McpServerResponse

      public McpServerResponse()