Class DatabaseToolsMcpServerEndpoint
The details of an MCP server endpoint.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsMcpServerEndpoint
Properties
Endpoint
Declaration
[JsonProperty(PropertyName = "endpoint")]
public string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The URI endpoint of the MCP server |
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseToolsMcpServerType? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsMcpServerType? | The MCP server type |