Interface McpServer

A MCPServer is a server that can be called by the model to perform actions. It is a server that implements the MCP protocol. Next ID: 5. This data type is not supported in Vertex AI.

interface McpServer {
    name?: string;
    streamableHttpTransport?: StreamableHttpTransport;
}

Properties

name?: string

The name of the MCPServer.

streamableHttpTransport?: StreamableHttpTransport

A transport that can stream HTTP requests and responses.