Target(mapping=None, *, ignore_unknown_fields=False, **kwargs)The target of the Binding.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
|---|---|
| Name | Description |
identifier |
str
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}
This field is a member of oneof_ target_type.
|