# ConnectorMcpCreate
## Properties
**name** | **String** | The name of the connector. Should be 64 char length maximum, alphanumeric, only underscores/dashes. |
**description** | **String** | The description of the connector. |
**icon_url** | Option<**String**> | | [optional]
**visibility** | Option<[**models::ResourceVisibility**](ResourceVisibility.md)> | Visibility of the connector. Use 'shared_workspace' for workspace scoped connectors, or 'private' for private connectors. | [optional][default to SharedOrg]
**server** | **String** | The url of the MCP server. |
**headers** | Option<**std::collections::HashMap<String, serde_json::Value>**> | | [optional]
**auth_data** | Option<[**models::AuthData**](AuthData.md)> | | [optional]
**system_prompt** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)