Interface
import type { Interface } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Represents the connection details for an Agent or MCP Server.
interface Interface {
protocolBinding?:
| "PROTOCOL_BINDING_UNSPECIFIED"
| "JSONRPC"
| "GRPC"
| "HTTP_JSON";
url?: string;
}