Package com.bytedesk.ai.mcp_server
Class McpServerResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ai.mcp_server.McpServerResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Booleanprivate Stringprivate static final longprivate StringServer 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 settingsprivate McpServerStatusEnumprivate String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
type
-
status
-
enabled
-
categoryUid
-
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()
-