Class SearchMcpServersResponse (0.1.0)

SearchMcpServersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for response to searching MCP Servers

Attributes

Name Description
mcp_servers MutableSequence[google.cloud.agentregistry_v1.types.McpServer]
A list of McpServers that match the search_string.
next_page_token str
If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.