Class McpServerRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.ai.mcp_server.McpServerRequest
All Implemented Interfaces:
PageableRequest, Serializable

public class McpServerRequest extends BaseRequest
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • serverType

      private String serverType
    • 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

    • McpServerRequest

      public McpServerRequest()