ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
McpServer
Interface McpServer
interface
McpServer
{
displayName
?:
string
;
interfaces
?:
Interface
[]
;
mcpServerId
?:
string
;
name
?:
string
;
protocols
?:
{
interfaces
?:
Interface
[]
;
protocolVersion
?:
string
;
type
?:
ProtocolType
;
}
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Properties
Optional
display
Name
displayName
?:
string
Optional
interfaces
interfaces
?:
Interface
[]
Optional
mcp
Server
Id
mcpServerId
?:
string
Optional
name
name
?:
string
Optional
protocols
protocols
?:
{
interfaces
?:
Interface
[]
;
protocolVersion
?:
string
;
type
?:
ProtocolType
;
}
[]
Properties
display
Name
interfaces
mcp
Server
Id
name
protocols
ADK for TypeScript: API Reference - v1.5.0
Loading...