DataSourceSecurity.ALLOW_ANY=>TB("This data source can be used with any LLM provider. Your data may be sent to a cloud-based provider."),
DataSourceSecurity.SELF_HOSTED=>TB("This data source can only be used with a self-hosted LLM provider. Your data will not be sent to any cloud-based provider."),
DataSourceSecurity.NOT_SPECIFIED=>TB("The security of the data source is not specified yet. You cannot use this data source until you specify a security policy."),
DataSourceSecurity.ALLOW_ANY=>TB("This data source can be used with any LLM provider. Your data may be sent to a cloud-based provider."),
DataSourceSecurity.SELF_HOSTED=>TB("This data source can only be used with a self-hosted LLM provider. Your data will not be sent to any cloud-based provider."),
DataSourceSecurity.NOT_SPECIFIED=>TB("The trustworthiness of this MCP server is not specified yet. You cannot use this assistant until you specify a security policy."),
DataSourceSecurity.SELF_HOSTED=>TB("This MCP server is self-hosted or runs within your trusted network. Your prompts stay under your control."),
DataSourceSecurity.ALLOW_ANY=>TB("This MCP server could be an external or third-party service. Your prompts may leave your trusted network and reach systems you do not control."),