Package com.bytedesk.ai.mcp_client
Class McpClientEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.mcp_client.McpClientEntity
- All Implemented Interfaces:
Serializable
McpClient entity for content categorization and organization
Provides mcp_clientging functionality for various system entities
Database Table: bytedesk_core_mcp_client
Purpose: Stores mcp_client definitions, colors, and organization settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the mcp_client -
description
Description of the mcp_client -
type
Type of mcp_client (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
McpClientEntity
public McpClientEntity()
-