McpServer
import type { McpServer } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Represents an MCP (Model Context Protocol) Server.
interface McpServer {
readonly attributes?: {};
[key: string]: {};
[key: string]: any;
readonly createTime?: Date;
readonly description?: string;
readonly displayName?: string;
readonly interfaces?: Interface[];
readonly mcpServerId?: string;
name?: string;
readonly tools?: Tool[];
readonly updateTime?: Date;
}§Properties
§
readonly attributes?: {}
[src][key: string]: {};
[key: string]: any;
Output only. Attributes of the MCP Server. Valid values: *
agentregistry.googleapis.com/system/RuntimeIdentity: {"principal":
"principal://..."} - the runtime identity associated with the MCP Server. *
agentregistry.googleapis.com/system/RuntimeReference: {"uri": "//..."} -
the URI of the underlying resource hosting the MCP Server, for example, the
GKE Deployment.
§
readonly mcpServerId?: string
[src]Output only. A stable, globally unique identifier for MCP Servers.