Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListMcpServersResponse

import type { ListMcpServersResponse } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";

Message for response to listing McpServers

interface ListMcpServersResponse {
mcpServers?: McpServer[];
nextPageToken?: string;
}

§Properties

§
mcpServers?: McpServer[]
[src]

The list of McpServers.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.