Properties of a McpTool.
Package
@google-cloud/cesProperties
apiAuthentication
apiAuthentication
?:
(
google
.
cloud
.
ces
.
v1
.
IApiAuthentication
|
null
);
McpTool apiAuthentication
customHeaders
customHeaders
?:
({
[
k
:
string
]
:
string
}
|
null
);
McpTool customHeaders
description
description
?:
(
string
|
null
);
McpTool description
inputSchema
inputSchema
?:
(
google
.
cloud
.
ces
.
v1
.
ISchema
|
null
);
McpTool inputSchema
name
name
?:
(
string
|
null
);
McpTool name
outputSchema
outputSchema
?:
(
google
.
cloud
.
ces
.
v1
.
ISchema
|
null
);
McpTool outputSchema
serverAddress
serverAddress
?:
(
string
|
null
);
McpTool serverAddress
serviceDirectoryConfig
serviceDirectoryConfig
?:
(
google
.
cloud
.
ces
.
v1
.
IServiceDirectoryConfig
|
null
);
McpTool serviceDirectoryConfig
tlsConfig
tlsConfig
?:
(
google
.
cloud
.
ces
.
v1
.
ITlsConfig
|
null
);
McpTool tlsConfig

