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

Target

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

The target of the Binding.

interface Target {
identifier?: string;
}

§Properties

§
identifier?: string
[src]

The identifier of the target Agent, MCP Server, or Endpoint. Format: * urn:agent:{publisher}:{namespace}:{name} * urn:mcp:{publisher}:{namespace}:{name} * urn:endpoint:{publisher}:{namespace}:{name}