amf-client-js 5.10.2-3 → 5.10.2-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/amf.js +5 -5
  2. package/package.json +1 -1
package/amf.js CHANGED
@@ -24,8 +24,8 @@ function Raa(){this.Qnc=this.Pnc=null;Saa=this;this.Qnc=this.Pnc='{\n "$schema"
24
24
  Raa.prototype=new l;Raa.prototype.constructor=Raa;n(Raa,"amf.agentcard.internal.spec.AgentCardSchemaContent$",{uUd:1});var Saa;function Taa(){}Taa.prototype=new l;Taa.prototype.constructor=Taa;
25
25
  Taa.prototype.AgenticNetwork=function(){Uaa||(Uaa=new Vaa);var a=gb();a=new ob(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());Waa||(Waa=new qb);var b=Waa;Xaa||(Xaa=new Yaa);var c=Xaa;var e=new Zaa,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new rb(a)};
26
26
  n(Taa,"amf.agenticnetwork.client.platform.AgenticNetworkConfiguration$",{xUd:1});var $aa;function Vaa(){}Vaa.prototype=new l;Vaa.prototype.constructor=Vaa;n(Vaa,"amf.agenticnetwork.client.scala.AgenticNetworkConfiguration$",{BUd:1});var Uaa;
27
- function aba(){this.Wnc=this.Vnc=this.Unc=null;bba=this;this.Unc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Network"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "required": [\n "agentNetwork"\n ],\n "anyOf": [\n {\n "required": [\n "registry"\n ]\n },\n {\n "required": [\n "context"\n ]\n },\n {\n "required": [\n "brokers"\n ]\n }\n ],\n "properties": {\n "agentNetwork": {\n "type": "string",\n "const": "2.0.0",\n "description": "This string MUST be the version number of the Agent Network Specification that the Agent Network Document uses. The agent-network field SHOULD be used by tooling to interpret the Agent Network Document. This is not related to the document\'s info.version property."\n },\n "info": {\n "$ref": "#/definitions/NetworkInfoObject"\n },\n "registry": {\n "$ref": "#/definitions/Registry"\n },\n "context": {\n "type": "object",\n "additionalProperties": false,\n "description": "Reusable entities scoped to this document (e.g., connections, policies)",\n "properties": {\n "connections": {\n "description": "The list of connections defined as part of this network.",\n "$ref": "#/definitions/Connections"\n },\n "policies": {\n "description": "The list of policies defined as part of this network.",\n "$ref": "#/definitions/Policies"\n }\n }\n },\n "brokers": {\n "description": "The list of Brokers defined as part of this network.",\n "$ref": "#/definitions/Brokers"\n }\n },\n "additionalProperties": false,\n "definitions": {\n "Brokers": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#brokers"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared brokers.",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/BrokerEntity"\n }\n }\n },\n "BrokerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent",\n "http://anypoint.com/vocabs/agents#Broker"\n ]\n },\n "description": "A broker agent that orchestrates other agents.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "implementation",\n "interfaces"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "kind": {\n "type": "string",\n "const": "AgentScript",\n "description": "The type of agent implementation"\n },\n "implementation": {\n "description": "The Path to the AgentScript implementation file.",\n "type": "string"\n },\n "interfaces": {\n "type": "object",\n "additionalProperties": false,\n "description": "The interfaces that this broker supports",\n "required": [\n "a2a"\n ],\n "properties": {\n "a2a": {\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration for the A2A (Agent-to-Agent) interface",\n "properties": {\n "card": {\n "description": "The A2A agent card definition",\n "$ref": "#/definitions/AgentCard"\n },\n "policies": {\n "description": "The Policies that are going to be applied to the agent with this interface",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n "Registry": {\n "type": "object",\n "additionalProperties": false,\n "description": "Definitions intended for publication and reusability in the agent registry (agents, MCP servers, LLMs)",\n "properties": {\n "agents": {\n "description": "The list of agents defined as part of this network.",\n "$ref": "#/definitions/Agents"\n },\n "mcps": {\n "description": "The list of MCP servers defined as part of this network.",\n "$ref": "#/definitions/MCPs"\n },\n "llms": {\n "description": "The list of LLM providers defined as part of this network.",\n "$ref": "#/definitions/LLMs"\n }\n }\n },\n "InfoObject": {\n "type": "object",\n "additionalProperties": false,\n "description": "Metadata object providing descriptive information (base object that can be extended)",\n "properties": {\n "label": {\n "type": "string",\n "description": "The human readable short text"\n },\n "description": {\n "type": "string",\n "description": "A human readable text of what it does. CommonMark syntax MAY be used for rich text representation."\n },\n "tags": {\n "type": "array",\n "description": "A list of tags for categorization and search",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "NetworkInfoObject": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "label",\n "version"\n ],\n "properties": {\n "summary": {\n "type": "string",\n "description": "A short summary of the Agent Network purpose"\n },\n "termsOfService": {\n "type": "string",\n "description": "A URI for the Terms of Service for the API. This MUST be in the form of a URI"\n },\n "contact": {\n "type": "object",\n "additionalProperties": false,\n "description": "The contact information for the Agent Network",\n "properties": {\n "name": {\n "type": "string",\n "description": "The identifying name of the contact person/organization"\n },\n "url": {\n "type": "string",\n "description": "The URI for the contact information. This MUST be in the form of a URI"\n },\n "email": {\n "type": "string",\n "description": "The email address of the contact person/organization. This MUST be in the form of an email address"\n }\n }\n },\n "license": {\n "type": "object",\n "additionalProperties": false,\n "description": "The license information for the Agent Network",\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "type": "string",\n "description": "The license name used for the Agent Network"\n },\n "identifier": {\n "type": "string",\n "description": "An SPDX license expression for the API. The `identifier` field is mutually exclusive of the `url` field"\n },\n "url": {\n "type": "string",\n "description": "A URI for the license used for the API. This MUST be in the form of a URI. The `url` field is mutually exclusive of the `identifier` field"\n }\n }\n },\n "version": {\n "type": "string",\n "description": "A version for this element"\n },\n "label": {\n "type": "string",\n "description": "The human readable short text"\n },\n "description": {\n "type": "string",\n "description": "A human readable text of what it does. CommonMark syntax MAY be used for rich text representation."\n },\n "tags": {\n "type": "array",\n "description": "A list of tags for categorization and search",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "Policies": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#policybinding"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared policies",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n },\n "PolicyBindingRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policybinding"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The reference to a declared policy binding",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy binding to reference",\n "type": "string"\n }\n }\n },\n "PolicyBinding": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#PolicyBinding"\n ]\n },\n "description": "The policy to be applied",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "description": "Reference to the policy definition",\n "$ref": "#/definitions/PolicyRef"\n },\n "configuration": {\n "type": "object",\n "additionalProperties": true,\n "description": "Policy-specific configuration parameters"\n }\n }\n },\n "PolicyBindings": {\n "description": "An array of policy bindings that can be applied to connections or interfaces",\n "type": "array",\n "items": {\n "anyOf": [\n {\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyBindingRef"\n }\n }\n },\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "policy"\n ],\n "properties": {\n "policy": {\n "description": "An inline policy binding",\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n ]\n }\n },\n "Agents": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared agents",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/AgentEntity"\n }\n }\n },\n "LLMs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared LLM providers",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/LLMEntity"\n }\n }\n },\n "MCPs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared MCP servers",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/MCPServerEntity"\n }\n }\n },\n "BasicAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#BasicAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "title": "Basic Authentication",\n "description": "Properties for Basic Authentication.",\n "additionalProperties": false,\n "required": [\n "username",\n "password"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'basic\' for Basic Authentication",\n "const": "basic",\n "type": "string"\n },\n "username": {\n "type": "string",\n "description": "The username for authentication."\n },\n "password": {\n "type": "string",\n "description": "The password for authentication."\n },\n "headerName": {\n "type": "string",\n "description": "The name of the header where to set the key. If not specified \'Authorization\' is set by default."\n }\n }\n },\n "ApiKeyClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#ApiKeyClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'apikey-client-credentials\' for API Key Client Credentials Authentication",\n "const": "apikey-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "object",\n "description": "The client ID.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientId"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientId by default is going to be \'client_id\'"\n }\n }\n },\n "clientSecret": {\n "type": "object",\n "description": "The client secret.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientSecret"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientSecret by default is going to be \'client_secret\'"\n }\n }\n }\n }\n },\n "APIKeyAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#APIKeyAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'apiKey\' for API Key Authentication",\n "const": "apiKey",\n "type": "string"\n },\n "headerName": {\n "description": "The name of the header to be used. If not specified Authorization is used.",\n "type": "string"\n },\n "apiKey": {\n "type": "string",\n "description": "The value of the apiKey"\n }\n }\n },\n "OAuth2ClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2ClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret",\n "token"\n ],\n "title": "OAuth 2.0 Client Credentials Grant",\n "description": "Properties for the OAuth 2.0 Client Credentials Grant Type.",\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'oauth2-client-credentials\' for OAuth 2.0 Client Credentials Authentication",\n "const": "oauth2-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "string",\n "description": "The client ID."\n },\n "clientSecret": {\n "type": "string",\n "description": "The client secret."\n },\n "token": {\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration on how to fetch the token.",\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string",\n "description": "The url of the token provider"\n },\n "timeout": {\n "type": "number",\n "description": "Time in seconds to wait for the service to return the token."\n },\n "bodyEncoding": {\n "type": "string",\n "description": "Content encoding for the request body. Must be \'form\' (application/x-www-form-urlencoded) or \'json\' (application/json)",\n "enum": [\n "form",\n "json"\n ]\n }\n }\n },\n "scopes": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "An array of scopes to request."\n }\n }\n },\n "OAuth2OBOCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2OBOCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "OAuth2 OBO Credential Injection",\n "description": "Exchanges incoming bearer token for a new token targeting an upstream service using OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow",\n "required": [\n "kind",\n "flow",\n "clientId",\n "clientSecret",\n "tokenEndpoint"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'oauth2-obo\' for OAuth 2.0 On-Behalf-Of Authentication",\n "const": "oauth2-obo",\n "type": "string"\n },\n "flow": {\n "type": "string",\n "enum": [\n "oauth2-token-exchange",\n "microsoft-entra-obo"\n ],\n "description": "Select the token exchange flow type - Standard OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow."\n },\n "clientId": {\n "type": "string",\n "description": "The OAuth2 client ID for token exchange."\n },\n "clientSecret": {\n "type": "string",\n "description": "The OAuth2 client secret for token exchange."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "The OAuth2 token endpoint URL for token exchange."\n },\n "targetType": {\n "type": "string",\n "enum": [\n "audience",\n "resource"\n ],\n "default": "audience",\n "description": "The parameter type for specifying the target service (audience for logical name, resource for physical URI). Used for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "targetValue": {\n "type": "string",\n "description": "The target audience URI or resource URI for the exchanged token. Required for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "scope": {\n "type": "string",\n "description": "OAuth scope to request. Optional for OAuth 2.0 Token Exchange (RFC 8693). Required for Microsoft Entra OBO (e.g., \'api://downstream-client-id/.default\')."\n },\n "timeout": {\n "type": "integer",\n "default": 10000,\n "description": "Timeout for token exchange requests in milliseconds."\n },\n "cibaEnabled": {\n "type": "boolean",\n "description": "When enabled, the policy uses Client Initiated Backchannel Authentication (CIBA) instead of the standard OBO token exchange. Only valid for the oauth2-token-exchange flow. Default is false.",\n "default": false\n },\n "cibaEndpoint": {\n "type": "string",\n "description": "bc-authorize endpoint for Client Initiated Backchannel Authentication (CIBA)."\n },\n "cibaLoginHintClaim": {\n "type": "string",\n "description": "JWT claim from the subject token to use as the CIBA login_hint (e.g., email, sub, preferred_username).\\n\\n",\n "default": "email"\n },\n "cibaBindingMessage": {\n "type": "string",\n "description": "Optional human-readable message shown to the user on their authentication device during the CIBA approval flow."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "InTaskAuthorizationCodeAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#InTaskAuthorizationCodeAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "In-Task Authorization Code",\n "description": "Handles secondary credentials for in-task authentication using OAuth 2.0 Authorization Code flow. Extracts OAuth2 tokens from message data and injects them into Authorization headers for upstream calls.",\n "required": [\n "kind",\n "authorizationEndpoint",\n "tokenEndpoint",\n "scopes",\n "redirectUri"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'in-task-authorization-code\' for In-Task Authorization Code Authentication",\n "const": "in-task-authorization-code",\n "type": "string"\n },\n "secondaryAuthProvider": {\n "type": "string",\n "default": "",\n "description": "Name of the IdP provider (e.g., \'okta\', \'auth0\'). Used for informational purposes in the authentication card."\n },\n "authorizationEndpoint": {\n "type": "string",\n "description": "OAuth2 authorization endpoint URL (e.g., \'https://domain/oauth2/v1/authorize\'). Required for generating the authentication challenge."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "OAuth2 token endpoint URL (e.g., \'https://domain/oauth2/v1/token\'). Required for generating the authentication challenge."\n },\n "scopes": {\n "type": "string",\n "description": "Space or comma separated list of OAuth2 scopes required for step-up authentication (e.g., \'openid profile email transaction:execute\')."\n },\n "redirectUri": {\n "type": "string",\n "description": "OAuth2 redirect URI that the client will use in the authorization flow."\n },\n "responseType": {\n "type": "string",\n "default": "code",\n "description": "OAuth2 response type. Typically \'code\' for authorization code flow."\n },\n "codeChallengeMethod": {\n "type": "string",\n "default": "S256",\n "description": "PKCE code challenge method. Typically \'S256\' for SHA-256."\n },\n "tokenAudience": {\n "type": "string",\n "description": "OAuth2 token audience. The intended recipient of the token (e.g., \'https://hr-a2a-agent.example.com\')."\n },\n "bodyEncoding": {\n "type": "string",\n "default": "form",\n "description": "Encoding format for token request body. Typically \'form\' for application/x-www-form-urlencoded."\n },\n "tokenTimeout": {\n "type": "integer",\n "default": 300,\n "description": "Timeout in seconds for token requests."\n },\n "challengeResponseStatusCode": {\n "type": "integer",\n "default": 200,\n "description": "HTTP status code to return for auth-required challenge responses. Typically 200 to maintain JSON-RPC compatibility."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "Authentication": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/OAuth2ClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/BasicAuth"\n },\n {\n "$ref": "#/definitions/ApiKeyClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/APIKeyAuth"\n },\n {\n "$ref": "#/definitions/OAuth2OBOCredentialsAuth"\n },\n {\n "$ref": "#/definitions/InTaskAuthorizationCodeAuth"\n }\n ]\n },\n "AgentConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#AgentConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to an agent that exists outside of this domain",\n "required": [\n "kind",\n "ref"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'a2a\' for Agent-to-Agent connections",\n "const": "a2a",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the Agent"\n },\n "authentication": {\n "description": "The authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "LLMConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#LLMConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to a LLM that exists outside of this domain",\n "required": [\n "kind",\n "ref",\n "authentication"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'llm\' for LLM connections",\n "const": "llm",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/LLMRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the LLM"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the LLM",\n "$ref": "#/definitions/LLMAuthentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "LLMAuthentication": {\n "oneOf": [\n {\n "$ref": "#/definitions/ApiKey"\n }\n ]\n },\n "ApiKey": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "type": "string",\n "const": "apiKey",\n "description": "ApiKey authentication type used for this provider"\n },\n "apiKey": {\n "description": "The API Key used for authenticating against the LLM",\n "type": "string"\n }\n }\n },\n "MCPServerConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#MCPServerConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to a MCP Server that exists outside of this domain",\n "required": [\n "ref",\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'mcp\' for MCP server connections",\n "const": "mcp",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the MCP server"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "ConnectionElement": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/LLMConnection"\n },\n {\n "$ref": "#/definitions/AgentConnection"\n },\n {\n "$ref": "#/definitions/MCPServerConnection"\n }\n ]\n },\n "Connections": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ]\n },\n "description": "Connection elements",\n "type": "object",\n "additionalProperties": false,\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/ConnectionElement"\n }\n }\n },\n "AgentEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "metadata": {\n "description": "Metadata describing the agent\'s platform, protocol, and integrations",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform",\n "protocol"\n ],\n "properties": {\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "protocol": {\n "description": "The communication protocol(s) supported by this agent (e.g., \'a2a\' for Agent-to-Agent protocol)",\n "anyOf": [\n {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n },\n {\n "type": "array",\n "items": {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n }\n }\n ]\n },\n "card": {\n "description": "The agent card defining the agent\'s capabilities and interface",\n "type": "object",\n "additionalProperties": false,\n "anyOf": [\n {\n "required": [\n "a2a"\n ]\n },\n {\n "required": [\n "other"\n ]\n }\n ],\n "properties": {\n "a2a": {\n "$ref": "#/definitions/AgentCard"\n },\n "other": {\n "$ref": "#/definitions/OtherCard"\n }\n }\n },\n "tools": {\n "description": "The list of tool providers",\n "type": "array",\n "items": {\n "$ref": "#/definitions/ToolsRef"\n }\n },\n "llm": {\n "type": "object",\n "additionalProperties": false,\n "description": "The LLM provider used by this agent",\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "description": "Reference to the LLM provider",\n "$ref": "#/definitions/LLMRef"\n }\n }\n }\n }\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n }\n }\n },\n "ToolsRef": {\n "oneOf": [\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "description": "Reference to an MCP server that provides tools",\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string",\n "pattern": "^[a-zA-Z0-9_][a-zA-Z0-9_-]*$",\n "minLength": 1\n }\n }\n }\n }\n }\n },\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "a2a"\n ],\n "properties": {\n "a2a": {\n "description": "Reference to an A2A agent that can be used as a tool",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n }\n }\n }\n }\n }\n ]\n },\n "LLMEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "metadata": {\n "$ref": "#/definitions/LLMMetadata"\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n }\n }\n },\n "LLMMetadata": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform"\n ],\n "properties": {\n "platform": {\n "description": "The LLM platform provider (e.g., \'Gemini\', \'OpenAI\', \'AzureOpenai\')",\n "type": "string",\n "enum": [\n "Gemini",\n "OpenAI",\n "AzureOpenai"\n ]\n },\n "models": {\n "description": "An array of model identifiers available on this LLM platform",\n "type": "array",\n "items": {\n "type": "string",\n "description": "A model identifier (e.g., \'gpt-4\', \'gemini-pro\')"\n }\n }\n }\n },\n "Urls": {\n "description": "An array of named URLs associated with this resource",\n "type": "array",\n "items": {\n "additionalProperties": false,\n "type": "object",\n "description": "A named URL entry",\n "properties": {\n "name": {\n "type": "string",\n "description": "A descriptive name for this URL (e.g., \'production\', \'staging\', \'development\')"\n },\n "url": {\n "type": "string",\n "description": "The URL value"\n }\n },\n "required": [\n "url",\n "name"\n ]\n }\n },\n "MCPServerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#MCPServer"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The definition of the MCP Server entity",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n },\n "metadata": {\n "$ref": "#/definitions/MCPServer"\n }\n }\n },\n "AgentCard": {\n "description": "The AgentCard is a self-describing manifest for an agent. It provides essential\\nmetadata including the agent\'s identity, capabilities, skills, supported\\ncommunication methods, and security requirements.",\n "properties": {\n "additionalInterfaces": {\n "description": "A list of additional supported interfaces (transport and URL combinations).\\nThis allows agents to expose multiple transports, potentially at different URLs.\\n\\nBest practices:\\n- SHOULD include all supported transports for completeness\\n- SHOULD include an entry matching the main \'url\' and \'preferredTransport\'\\n- MAY reuse URLs if multiple transports are available at the same endpoint\\n- MUST accurately declare the transport available at each URL\\n\\nClients can select any interface from this list based on their transport capabilities\\nand preferences. This enables transport negotiation and fallback scenarios.",\n "items": {\n "$ref": "#/definitions/AgentInterface"\n },\n "type": "array"\n },\n "capabilities": {\n "description": "A declaration of optional capabilities supported by the agent.",\n "$ref": "#/definitions/AgentCapabilities"\n },\n "defaultInputModes": {\n "description": "Default set of supported input MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Default set of supported output MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent, assisting users and other agents\\nin understanding its purpose.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "An optional URL to the agent\'s documentation.",\n "type": "string"\n },\n "iconUrl": {\n "description": "An optional URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "A human-readable name for the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "preferredTransport": {\n "default": "JSONRPC",\n "description": "The transport protocol for the preferred endpoint (the main \'url\' field).\\nIf not specified, defaults to \'JSONRPC\'.\\n\\nIMPORTANT: The transport specified here MUST be available at the main \'url\'.\\nThis creates a binding between the main URL and its supported transport protocol.\\nClients should prefer this transport and URL combination when both are supported.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "protocolVersion": {\n "default": "0.3.0",\n "description": "The version of the A2A protocol this agent supports.",\n "type": "string"\n },\n "provider": {\n "description": "Information about the agent\'s service provider.",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "A list of security requirement objects that apply to all agent interactions. Each object\\nlists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object.\\nThis list can be seen as an OR of ANDs. Each object in the list describes one possible\\nset of security requirements that must be present on a request. This allows specifying,\\nfor example, \\"callers must either use OAuth OR an API Key AND mTLS.\\"",\n "examples": [\n [\n {\n "oauth": [\n "read"\n ]\n },\n {\n "api-key": [],\n "mtls": []\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "A declaration of the security schemes available to authorize requests. The key is the\\nscheme name. Follows the OpenAPI 3.0 Security Scheme Object.",\n "type": "object"\n },\n "signatures": {\n "description": "JSON Web Signatures computed for this AgentCard.",\n "items": {\n "$ref": "#/definitions/AgentCardSignature"\n },\n "type": "array"\n },\n "skills": {\n "description": "The set of skills, or distinct capabilities, that the agent can perform.",\n "items": {\n "$ref": "#/definitions/AgentSkill"\n },\n "type": "array"\n },\n "supportsAuthenticatedExtendedCard": {\n "description": "If true, the agent can provide an extended agent card with additional details\\nto authenticated users. Defaults to false.",\n "type": "boolean"\n },\n "url": {\n "description": "The preferred endpoint URL for interacting with the agent.\\nThis URL MUST support the transport specified by \'preferredTransport\'.",\n "examples": [\n "https://api.example.com/a2a/v1"\n ],\n "type": "string"\n },\n "version": {\n "description": "The agent\'s own version number. The format is defined by the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "required": [\n "capabilities",\n "defaultInputModes",\n "defaultOutputModes",\n "description",\n "name",\n "protocolVersion",\n "skills",\n "url",\n "version"\n ],\n "type": "object"\n },\n "PolicyRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policy"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to a policy definition",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the policy reference",\n "type": "string"\n }\n }\n },\n "AgentRef": {\n "description": "A Reference to an Agent",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the agent",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the agent reference",\n "type": "string"\n }\n }\n },\n "LLMRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to an LLM Provider",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the LLM provider",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the LLM reference",\n "type": "string"\n }\n }\n },\n "MCPRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "Reference to an MCP Server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the MCP server",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the MCP server reference",\n "type": "string"\n }\n }\n },\n "OtherCard": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OtherCard"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "An AgentCard conveys key information:\\n- Overall details (version, name, description, uses)\\n- Skills: A set of capabilities the agent can perform\\n- Default modalities/content types supported by the agent.\\n- Authentication requirements",\n "properties": {\n "defaultInputModes": {\n "description": "The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\\nSupported media types for input.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Supported media types for output.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent. Used to assist users and\\nother agents in understanding what the agent can do.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "A URL to documentation for the agent.",\n "type": "string"\n },\n "iconUrl": {\n "description": "A URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "Human readable name of the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "provider": {\n "description": "The service provider of the agent",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "Security requirements for contacting the agent.",\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n },\n "skills": {\n "description": "Skills are a unit of capability that an agent can perform.",\n "items": {\n "$ref": "#/definitions/Skill"\n },\n "type": "array"\n },\n "url": {\n "description": "A URL to the address the agent is hosted at. This represents the\\npreferred endpoint as declared by the agent.",\n "type": "string"\n },\n "version": {\n "description": "The version of the agent - format is up to the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "type": "object"\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "AgentInterface": {\n "description": "Declares a combination of a target URL and a transport protocol for interacting with the agent.\\nThis allows agents to expose the same functionality over multiple transport mechanisms.",\n "properties": {\n "transport": {\n "description": "The transport protocol supported at this URL.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "url": {\n "description": "The URL where this interface is available. Must be a valid absolute HTTPS URL in production.",\n "examples": [\n "https://api.example.com/a2a/v1",\n "https://grpc.example.com/a2a",\n "https://rest.example.com/v1"\n ],\n "type": "string"\n }\n },\n "required": [\n "transport",\n "url"\n ],\n "type": "object"\n },\n "AgentCapabilities": {\n "description": "Defines optional capabilities supported by an agent.",\n "properties": {\n "extensions": {\n "description": "A list of protocol extensions supported by the agent.",\n "items": {\n "$ref": "#/definitions/AgentExtension"\n },\n "type": "array"\n },\n "pushNotifications": {\n "description": "Indicates if the agent supports sending push notifications for asynchronous task updates.",\n "type": "boolean"\n },\n "stateTransitionHistory": {\n "description": "Indicates if the agent provides a history of state transitions for a task.",\n "type": "boolean"\n },\n "streaming": {\n "description": "Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.",\n "type": "boolean"\n }\n },\n "type": "object"\n },\n "AgentProvider": {\n "description": "Represents the service provider of an agent.",\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ],\n "properties": {\n "organization": {\n "description": "The name of the agent provider\'s organization.",\n "type": "string"\n },\n "url": {\n "description": "A URL for the agent provider\'s website or relevant documentation.",\n "type": "string"\n }\n },\n "required": [\n "organization",\n "url"\n ],\n "type": "object"\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "AgentCardSignature": {\n "description": "AgentCardSignature represents a JWS signature of an AgentCard.\\nThis follows the JSON format of an RFC 7515 JSON Web Signature (JWS).",\n "properties": {\n "header": {\n "additionalProperties": {},\n "description": "The unprotected JWS header values.",\n "type": "object"\n },\n "protected": {\n "description": "The protected JWS header for the signature. This is a Base64url-encoded\\nJSON object, as per RFC 7515.",\n "type": "string"\n },\n "signature": {\n "description": "The computed signature, Base64url-encoded.",\n "type": "string"\n }\n },\n "required": [\n "protected",\n "signature"\n ],\n "type": "object"\n },\n "AgentSkill": {\n "description": "Represents a distinct capability or function that an agent can perform.",\n "properties": {\n "description": {\n "description": "A detailed description of the skill, intended to help clients or users\\nunderstand its purpose and functionality.",\n "type": "string"\n },\n "examples": {\n "description": "Example prompts or scenarios that this skill can handle. Provides a hint to\\nthe client on how to use the skill.",\n "examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "A unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n ';this.Vnc=
28
- '"description": "The set of supported input MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "A human-readable name for the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "The set of supported output MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "security": {\n "description": "Security schemes necessary for the agent to leverage this skill.\\nAs in the overall AgentCard.security, this list represents a logical OR of security\\nrequirement objects. Each object is a set of security schemes that must be used together\\n(a logical AND).",\n "examples": [\n [\n {\n "google": [\n "oidc"\n ]\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "tags": {\n "description": "A set of keywords describing the skill\'s capabilities.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "required": [\n "description",\n "id",\n "name",\n "tags"\n ],\n "type": "object"\n },\n "Skill": {\n "description": "Represents a unit of capability that an agent can perform.",\n "properties": {\n "description": {\n "description": "Description of the skill - will be used by the client or a human\\nas a hint to understand what the skill does.",\n "type": "string"\n },\n "examples": {\n "description": "The set of example scenarios that the skill can perform.\\nWill be used by the client as a hint to understand how the skill can be used.",\n "examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "Unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n "description": "The set of interaction modes that the skill supports\\n(if different than the default).\\nSupported media types for input.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "Human readable name of the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "Supported media types for output.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "tags": {\n "description": "Set of tagwords describing classes of capabilities for this specific skill.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "type": "object"\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "AgentExtension": {\n "description": "A declaration of a protocol extension supported by an Agent.",\n "examples": [\n {\n "description": "Google OAuth 2.0 authentication",\n "required": false,\n "uri": "https://developers.google.com/identity/protocols/oauth2"\n }\n ],\n "properties": {\n "description": {\n "description": "A human-readable description of how this agent uses the extension.",\n "type": "string"\n },\n "params": {\n "additionalProperties": {},\n "description": "Optional, extension-specific configuration parameters.",\n "type": "object"\n },\n "required": {\n "description": "If true, the client must understand and comply with the extension\'s requirements\\nto interact with the agent.",\n "type": "boolean"\n },\n "uri": {\n "description": "The unique URI identifying the extension.",\n "type": "string"\n }\n },\n "required": [\n "uri"\n ],\n "type": "object"\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n';
27
+ function aba(){this.Wnc=this.Vnc=this.Unc=null;bba=this;this.Unc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Network"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "required": [\n "agentNetwork"\n ],\n "anyOf": [\n {\n "required": [\n "registry"\n ]\n },\n {\n "required": [\n "context"\n ]\n },\n {\n "required": [\n "brokers"\n ]\n }\n ],\n "properties": {\n "agentNetwork": {\n "type": "string",\n "const": "2.0.0",\n "description": "This string MUST be the version number of the Agent Network Specification that the Agent Network Document uses. The agent-network field SHOULD be used by tooling to interpret the Agent Network Document. This is not related to the document\'s info.version property."\n },\n "info": {\n "$ref": "#/definitions/NetworkInfoObject"\n },\n "registry": {\n "$ref": "#/definitions/Registry"\n },\n "context": {\n "type": "object",\n "additionalProperties": false,\n "description": "Reusable entities scoped to this document (e.g., connections, policies)",\n "properties": {\n "connections": {\n "description": "The list of connections defined as part of this network.",\n "$ref": "#/definitions/Connections"\n },\n "policies": {\n "description": "The list of policies defined as part of this network.",\n "$ref": "#/definitions/Policies"\n }\n }\n },\n "brokers": {\n "description": "The list of Brokers defined as part of this network.",\n "$ref": "#/definitions/Brokers"\n }\n },\n "additionalProperties": false,\n "definitions": {\n "Brokers": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#brokers"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared brokers.",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/BrokerEntity"\n }\n }\n },\n "BrokerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent",\n "http://anypoint.com/vocabs/agents#Broker"\n ]\n },\n "description": "A broker agent that orchestrates other agents.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "implementation",\n "interfaces"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "kind": {\n "type": "string",\n "const": "AgentScript",\n "description": "The type of agent implementation"\n },\n "implementation": {\n "description": "The Path to the AgentScript implementation file.",\n "type": "string"\n },\n "interfaces": {\n "type": "object",\n "additionalProperties": false,\n "description": "The interfaces that this broker supports",\n "required": [\n "a2a"\n ],\n "properties": {\n "a2a": {\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration for the A2A (Agent-to-Agent) interface",\n "properties": {\n "card": {\n "description": "The A2A agent card definition",\n "$ref": "#/definitions/AgentCard"\n },\n "policies": {\n "description": "The Policies that are going to be applied to the agent with this interface",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n "Registry": {\n "type": "object",\n "additionalProperties": false,\n "description": "Definitions intended for publication and reusability in the agent registry (agents, MCP servers, LLMs)",\n "properties": {\n "agents": {\n "description": "The list of agents defined as part of this network.",\n "$ref": "#/definitions/Agents"\n },\n "mcps": {\n "description": "The list of MCP servers defined as part of this network.",\n "$ref": "#/definitions/MCPs"\n },\n "llms": {\n "description": "The list of LLM providers defined as part of this network.",\n "$ref": "#/definitions/LLMs"\n }\n }\n },\n "InfoObject": {\n "type": "object",\n "additionalProperties": false,\n "description": "Metadata object providing descriptive information (base object that can be extended)",\n "properties": {\n "label": {\n "type": "string",\n "description": "The human readable short text"\n },\n "description": {\n "type": "string",\n "description": "A human readable text of what it does. CommonMark syntax MAY be used for rich text representation."\n },\n "tags": {\n "type": "array",\n "description": "A list of tags for categorization and search",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "NetworkInfoObject": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "label",\n "version"\n ],\n "properties": {\n "summary": {\n "type": "string",\n "description": "A short summary of the Agent Network purpose"\n },\n "termsOfService": {\n "type": "string",\n "description": "A URI for the Terms of Service for the API. This MUST be in the form of a URI"\n },\n "contact": {\n "type": "object",\n "additionalProperties": false,\n "description": "The contact information for the Agent Network",\n "properties": {\n "name": {\n "type": "string",\n "description": "The identifying name of the contact person/organization"\n },\n "url": {\n "type": "string",\n "description": "The URI for the contact information. This MUST be in the form of a URI"\n },\n "email": {\n "type": "string",\n "description": "The email address of the contact person/organization. This MUST be in the form of an email address"\n }\n }\n },\n "license": {\n "type": "object",\n "additionalProperties": false,\n "description": "The license information for the Agent Network",\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "type": "string",\n "description": "The license name used for the Agent Network"\n },\n "identifier": {\n "type": "string",\n "description": "An SPDX license expression for the API. The `identifier` field is mutually exclusive of the `url` field"\n },\n "url": {\n "type": "string",\n "description": "A URI for the license used for the API. This MUST be in the form of a URI. The `url` field is mutually exclusive of the `identifier` field"\n }\n }\n },\n "version": {\n "type": "string",\n "description": "A version for this element"\n },\n "label": {\n "type": "string",\n "description": "The human readable short text"\n },\n "description": {\n "type": "string",\n "description": "A human readable text of what it does. CommonMark syntax MAY be used for rich text representation."\n },\n "tags": {\n "type": "array",\n "description": "A list of tags for categorization and search",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "Policies": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#policybinding"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared policies",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n },\n "PolicyBindingRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policybinding"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The reference to a declared policy binding",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy binding to reference",\n "type": "string"\n }\n }\n },\n "PolicyBinding": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#PolicyBinding"\n ]\n },\n "description": "The policy to be applied",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "description": "Reference to the policy definition",\n "$ref": "#/definitions/PolicyRef"\n },\n "configuration": {\n "type": "object",\n "additionalProperties": true,\n "description": "Policy-specific configuration parameters"\n }\n }\n },\n "PolicyBindings": {\n "description": "An array of policy bindings that can be applied to connections or interfaces",\n "type": "array",\n "items": {\n "anyOf": [\n {\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyBindingRef"\n }\n }\n },\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "policy"\n ],\n "properties": {\n "policy": {\n "description": "An inline policy binding",\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n ]\n }\n },\n "Agents": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared agents",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/AgentEntity"\n }\n }\n },\n "LLMs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared LLM providers",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/LLMEntity"\n }\n }\n },\n "MCPs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The declared MCP servers",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/MCPServerEntity"\n }\n }\n },\n "BasicAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#BasicAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "title": "Basic Authentication",\n "description": "Properties for Basic Authentication.",\n "additionalProperties": false,\n "required": [\n "username",\n "password"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'basic\' for Basic Authentication",\n "const": "basic",\n "type": "string"\n },\n "username": {\n "type": "string",\n "description": "The username for authentication."\n },\n "password": {\n "type": "string",\n "description": "The password for authentication."\n },\n "headerName": {\n "type": "string",\n "description": "The name of the header where to set the key. If not specified \'Authorization\' is set by default."\n }\n }\n },\n "ApiKeyClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#ApiKeyClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'apikey-client-credentials\' for API Key Client Credentials Authentication",\n "const": "apikey-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "object",\n "description": "The client ID.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientId"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientId by default is going to be \'client_id\'"\n }\n }\n },\n "clientSecret": {\n "type": "object",\n "description": "The client secret.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientSecret"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientSecret by default is going to be \'client_secret\'"\n }\n }\n }\n }\n },\n "APIKeyAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#APIKeyAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'apiKey\' for API Key Authentication",\n "const": "apiKey",\n "type": "string"\n },\n "headerName": {\n "description": "The name of the header to be used. If not specified Authorization is used.",\n "type": "string"\n },\n "apiKey": {\n "type": "string",\n "description": "The value of the apiKey"\n }\n }\n },\n "OAuth2ClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2ClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret",\n "token"\n ],\n "title": "OAuth 2.0 Client Credentials Grant",\n "description": "Properties for the OAuth 2.0 Client Credentials Grant Type.",\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'oauth2-client-credentials\' for OAuth 2.0 Client Credentials Authentication",\n "const": "oauth2-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "string",\n "description": "The client ID."\n },\n "clientSecret": {\n "type": "string",\n "description": "The client secret."\n },\n "token": {\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration on how to fetch the token.",\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string",\n "description": "The url of the token provider"\n },\n "timeout": {\n "type": "number",\n "description": "Time in seconds to wait for the service to return the token."\n },\n "bodyEncoding": {\n "type": "string",\n "description": "Content encoding for the request body. Must be \'form\' (application/x-www-form-urlencoded) or \'json\' (application/json)",\n "enum": [\n "form",\n "json"\n ]\n }\n }\n },\n "scopes": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "An array of scopes to request."\n }\n }\n },\n "OAuth2OBOCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2OBOCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "OAuth2 OBO Credential Injection",\n "description": "Exchanges incoming bearer token for a new token targeting an upstream service using OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow",\n "required": [\n "kind",\n "flow",\n "clientId",\n "clientSecret",\n "tokenEndpoint"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'oauth2-obo\' for OAuth 2.0 On-Behalf-Of Authentication",\n "const": "oauth2-obo",\n "type": "string"\n },\n "flow": {\n "type": "string",\n "enum": [\n "oauth2-token-exchange",\n "microsoft-entra-obo"\n ],\n "description": "Select the token exchange flow type - Standard OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow."\n },\n "clientId": {\n "type": "string",\n "description": "The OAuth2 client ID for token exchange."\n },\n "clientSecret": {\n "type": "string",\n "description": "The OAuth2 client secret for token exchange."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "The OAuth2 token endpoint URL for token exchange."\n },\n "targetType": {\n "type": "string",\n "enum": [\n "audience",\n "resource"\n ],\n "default": "audience",\n "description": "The parameter type for specifying the target service (audience for logical name, resource for physical URI). Used for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "targetValue": {\n "type": "string",\n "description": "The target audience URI or resource URI for the exchanged token. Required for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "scope": {\n "type": "string",\n "description": "OAuth scope to request. Optional for OAuth 2.0 Token Exchange (RFC 8693). Required for Microsoft Entra OBO (e.g., \'api://downstream-client-id/.default\')."\n },\n "timeout": {\n "type": "integer",\n "default": 10000,\n "description": "Timeout for token exchange requests in milliseconds."\n },\n "cibaEnabled": {\n "type": "boolean",\n "description": "When enabled, the policy uses Client Initiated Backchannel Authentication (CIBA) instead of the standard OBO token exchange. Only valid for the oauth2-token-exchange flow. Default is false.",\n "default": false\n },\n "cibaEndpoint": {\n "type": "string",\n "description": "bc-authorize endpoint for Client Initiated Backchannel Authentication (CIBA)."\n },\n "cibaLoginHintClaim": {\n "type": "string",\n "description": "JWT claim from the subject token to use as the CIBA login_hint (e.g., email, sub, preferred_username).\\n\\n",\n "default": "email"\n },\n "cibaBindingMessage": {\n "type": "string",\n "description": "Optional human-readable message shown to the user on their authentication device during the CIBA approval flow."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "InTaskAuthorizationCodeAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#InTaskAuthorizationCodeAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "In-Task Authorization Code",\n "description": "Handles secondary credentials for in-task authentication using OAuth 2.0 Authorization Code flow. Extracts OAuth2 tokens from message data and injects them into Authorization headers for upstream calls.",\n "required": [\n "kind",\n "authorizationEndpoint",\n "tokenEndpoint",\n "scopes",\n "redirectUri"\n ],\n "properties": {\n "kind": {\n "description": "The authentication type - must be \'in-task-authorization-code\' for In-Task Authorization Code Authentication",\n "const": "in-task-authorization-code",\n "type": "string"\n },\n "secondaryAuthProvider": {\n "type": "string",\n "default": "",\n "description": "Name of the IdP provider (e.g., \'okta\', \'auth0\'). Used for informational purposes in the authentication card."\n },\n "authorizationEndpoint": {\n "type": "string",\n "description": "OAuth2 authorization endpoint URL (e.g., \'https://domain/oauth2/v1/authorize\'). Required for generating the authentication challenge."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "OAuth2 token endpoint URL (e.g., \'https://domain/oauth2/v1/token\'). Required for generating the authentication challenge."\n },\n "scopes": {\n "type": "string",\n "description": "Space or comma separated list of OAuth2 scopes required for step-up authentication (e.g., \'openid profile email transaction:execute\')."\n },\n "redirectUri": {\n "type": "string",\n "description": "OAuth2 redirect URI that the client will use in the authorization flow."\n },\n "responseType": {\n "type": "string",\n "default": "code",\n "description": "OAuth2 response type. Typically \'code\' for authorization code flow."\n },\n "codeChallengeMethod": {\n "type": "string",\n "default": "S256",\n "description": "PKCE code challenge method. Typically \'S256\' for SHA-256."\n },\n "tokenAudience": {\n "type": "string",\n "description": "OAuth2 token audience. The intended recipient of the token (e.g., \'https://hr-a2a-agent.example.com\')."\n },\n "bodyEncoding": {\n "type": "string",\n "default": "form",\n "description": "Encoding format for token request body. Typically \'form\' for application/x-www-form-urlencoded."\n },\n "tokenTimeout": {\n "type": "integer",\n "default": 300,\n "description": "Timeout in seconds for token requests."\n },\n "challengeResponseStatusCode": {\n "type": "integer",\n "default": 200,\n "description": "HTTP status code to return for auth-required challenge responses. Typically 200 to maintain JSON-RPC compatibility."\n },\n "distributed": {\n "type": "boolean",\n "default": false,\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n },\n "subjectTokenType": {\n "type": "string",\n "description": "The token type identifier for the subject token.",\n "default": "urn:ietf:params:oauth:token-type:access_token"\n },\n "requestedTokenType": {\n "type": "string",\n "description": "The desired token type for the issued token."\n }\n }\n },\n "Authentication": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/OAuth2ClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/BasicAuth"\n },\n {\n "$ref": "#/definitions/ApiKeyClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/APIKeyAuth"\n },\n {\n "$ref": "#/definitions/OAuth2OBOCredentialsAuth"\n },\n {\n "$ref": "#/definitions/InTaskAuthorizationCodeAuth"\n }\n ]\n },\n "AgentConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#AgentConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to an agent that exists outside of this domain",\n "required": [\n "kind",\n "ref"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'a2a\' for Agent-to-Agent connections",\n "const": "a2a",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the Agent"\n },\n "authentication": {\n "description": "The authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "LLMConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#LLMConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to a LLM that exists outside of this domain",\n "required": [\n "kind",\n "ref",\n "authentication"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'llm\' for LLM connections",\n "const": "llm",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/LLMRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the LLM"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the LLM",\n "$ref": "#/definitions/LLMAuthentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "LLMAuthentication": {\n "oneOf": [\n {\n "$ref": "#/definitions/ApiKey"\n }\n ]\n },\n "ApiKey": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "type": "string",\n "const": "apiKey",\n "description": "ApiKey authentication type used for this provider"\n },\n "apiKey": {\n "description": "The API Key used for authenticating against the LLM",\n "type": "string"\n }\n }\n },\n "MCPServerConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#MCPServerConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines a connection to a MCP Server that exists outside of this domain",\n "required": [\n "ref",\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The connection type - must be \'mcp\' for MCP server connections",\n "const": "mcp",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "url": {\n "type": "string",\n "description": "The base URL for the MCP server"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "object",\n "additionalProperties": false,\n "description": "Policies to apply to this connection",\n "properties": {\n "inbound": {\n "description": "Policies applied to inbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n },\n "outbound": {\n "description": "Policies applied to outbound traffic",\n "$ref": "#/definitions/PolicyBindings"\n }\n }\n }\n }\n },\n "ConnectionElement": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/LLMConnection"\n },\n {\n "$ref": "#/definitions/AgentConnection"\n },\n {\n "$ref": "#/definitions/MCPServerConnection"\n }\n ]\n },\n "Connections": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ]\n },\n "description": "Connection elements",\n "type": "object",\n "additionalProperties": false,\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/ConnectionElement"\n }\n }\n },\n "AgentEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "metadata": {\n "description": "Metadata describing the agent\'s platform, protocol, and integrations",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform",\n "protocol"\n ],\n "properties": {\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "protocol": {\n "description": "The communication protocol(s) supported by this agent (e.g., \'a2a\' for Agent-to-Agent protocol)",\n "anyOf": [\n {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n },\n {\n "type": "array",\n "items": {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n }\n }\n ]\n },\n "card": {\n "description": "The agent card defining the agent\'s capabilities and interface",\n "type": "object",\n "additionalProperties": false,\n "anyOf": [\n {\n "required": [\n "a2a"\n ]\n },\n {\n "required": [\n "other"\n ]\n }\n ],\n "properties": {\n "a2a": {\n "$ref": "#/definitions/AgentCard"\n },\n "other": {\n "$ref": "#/definitions/OtherCard"\n }\n }\n },\n "tools": {\n "description": "The list of tool providers",\n "type": "array",\n "items": {\n "$ref": "#/definitions/ToolsRef"\n }\n },\n "llm": {\n "type": "object",\n "additionalProperties": false,\n "description": "The LLM provider used by this agent",\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "description": "Reference to the LLM provider",\n "$ref": "#/definitions/LLMRef"\n }\n }\n }\n }\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n }\n }\n },\n "ToolsRef": {\n "oneOf": [\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "description": "Reference to an MCP server that provides tools",\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string",\n "pattern": "^[a-zA-Z0-9_][a-zA-Z0-9_-]*$",\n "minLength": 1\n }\n }\n }\n }\n }\n },\n {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "a2a"\n ],\n "properties": {\n "a2a": {\n "description": "Reference to an A2A agent that can be used as a tool",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n }\n }\n }\n }\n }\n ]\n },\n "LLMEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "metadata": {\n "$ref": "#/definitions/LLMMetadata"\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n }\n }\n },\n "LLMMetadata": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform"\n ],\n "properties": {\n "platform": {\n "description": "The LLM platform provider (e.g., \'Gemini\', \'OpenAI\', \'AzureOpenai\')",\n "type": "string",\n "enum": [\n "Gemini",\n "OpenAI",\n "AzureOpenai"\n ]\n },\n "models": {\n "description": "An array of model identifiers available on this LLM platform",\n "type": "array",\n "items": {\n "type": "string",\n "description": "A model identifier (e.g., \'gpt-4\', \'gemini-pro\')"\n }\n }\n }\n },\n "Urls": {\n "description": "An array of named URLs associated with this resource",\n "type": "array",\n "items": {\n "additionalProperties": false,\n "type": "object",\n "description": "A named URL entry",\n "properties": {\n "name": {\n "type": "string",\n "description": "A descriptive name for this URL (e.g., \'production\', \'staging\', \'development\')"\n },\n "url": {\n "type": "string",\n "description": "The URL value"\n }\n },\n "required": [\n "url",\n "name"\n ]\n }\n },\n "MCPServerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#MCPServer"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The definition of the MCP Server entity",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "info": {\n "$ref": "#/definitions/InfoObject"\n },\n "urls": {\n "$ref": "#/definitions/Urls"\n },\n "metadata": {\n "$ref": "#/definitions/MCPServer"\n }\n }\n },\n "AgentCard": {\n "description": "The AgentCard is a self-describing manifest for an agent. It provides essential\\nmetadata including the agent\'s identity, capabilities, skills, supported\\ncommunication methods, and security requirements.",\n "properties": {\n "additionalInterfaces": {\n "description": "A list of additional supported interfaces (transport and URL combinations).\\nThis allows agents to expose multiple transports, potentially at different URLs.\\n\\nBest practices:\\n- SHOULD include all supported transports for completeness\\n- SHOULD include an entry matching the main \'url\' and \'preferredTransport\'\\n- MAY reuse URLs if multiple transports are available at the same endpoint\\n- MUST accurately declare the transport available at each URL\\n\\nClients can select any interface from this list based on their transport capabilities\\nand preferences. This enables transport negotiation and fallback scenarios.",\n "items": {\n "$ref": "#/definitions/AgentInterface"\n },\n "type": "array"\n },\n "capabilities": {\n "description": "A declaration of optional capabilities supported by the agent.",\n "$ref": "#/definitions/AgentCapabilities"\n },\n "defaultInputModes": {\n "description": "Default set of supported input MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Default set of supported output MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent, assisting users and other agents\\nin understanding its purpose.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "An optional URL to the agent\'s documentation.",\n "type": "string"\n },\n "iconUrl": {\n "description": "An optional URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "A human-readable name for the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "preferredTransport": {\n "default": "JSONRPC",\n "description": "The transport protocol for the preferred endpoint (the main \'url\' field).\\nIf not specified, defaults to \'JSONRPC\'.\\n\\nIMPORTANT: The transport specified here MUST be available at the main \'url\'.\\nThis creates a binding between the main URL and its supported transport protocol.\\nClients should prefer this transport and URL combination when both are supported.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "protocolVersion": {\n "default": "0.3.0",\n "description": "The version of the A2A protocol this agent supports.",\n "type": "string"\n },\n "provider": {\n "description": "Information about the agent\'s service provider.",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "A list of security requirement objects that apply to all agent interactions. Each object\\nlists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object.\\nThis list can be seen as an OR of ANDs. Each object in the list describes one possible\\nset of security requirements that must be present on a request. This allows specifying,\\nfor example, \\"callers must either use OAuth OR an API Key AND mTLS.\\"",\n "examples": [\n [\n {\n "oauth": [\n "read"\n ]\n },\n {\n "api-key": [],\n "mtls": []\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "A declaration of the security schemes available to authorize requests. The key is the\\nscheme name. Follows the OpenAPI 3.0 Security Scheme Object.",\n "type": "object"\n },\n "signatures": {\n "description": "JSON Web Signatures computed for this AgentCard.",\n "items": {\n "$ref": "#/definitions/AgentCardSignature"\n },\n "type": "array"\n },\n "skills": {\n "description": "The set of skills, or distinct capabilities, that the agent can perform.",\n "items": {\n "$ref": "#/definitions/AgentSkill"\n },\n "type": "array"\n },\n "supportsAuthenticatedExtendedCard": {\n "description": "If true, the agent can provide an extended agent card with additional details\\nto authenticated users. Defaults to false.",\n "type": "boolean"\n },\n "url": {\n "description": "The preferred endpoint URL for interacting with the agent.\\nThis URL MUST support the transport specified by \'preferredTransport\'.",\n "examples": [\n "https://api.example.com/a2a/v1"\n ],\n "type": "string"\n },\n "version": {\n "description": "The agent\'s own version number. The format is defined by the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "required": [\n "capabilities",\n "defaultInputModes",\n "defaultOutputModes",\n "description",\n "name",\n "protocolVersion",\n "skills",\n "url",\n "version"\n ],\n "type": "object"\n },\n "PolicyRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policy"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to a policy definition",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the policy reference",\n "type": "string"\n }\n }\n },\n "AgentRef": {\n "description": "A Reference to an Agent",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the agent",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the agent reference",\n "type": "string"\n }\n }\n },\n "LLMRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to an LLM Provider",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the LLM provider",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the LLM reference",\n "type": "string"\n }\n }\n },\n "MCPRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "Reference to an MCP Server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the MCP server",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the MCP server reference",\n "type": "string"\n }\n }\n },\n "OtherCard": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OtherCard"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "An AgentCard conveys key information:\\n- Overall details (version, name, description, uses)\\n- Skills: A set of capabilities the agent can perform\\n- Default modalities/content types supported by the agent.\\n- Authentication requirements",\n "properties": {\n "defaultInputModes": {\n "description": "The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\\nSupported media types for input.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Supported media types for output.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent. Used to assist users and\\nother agents in understanding what the agent can do.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "A URL to documentation for the agent.",\n "type": "string"\n },\n "iconUrl": {\n "description": "A URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "Human readable name of the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "provider": {\n "description": "The service provider of the agent",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "Security requirements for contacting the agent.",\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n },\n "skills": {\n "description": "Skills are a unit of capability that an agent can perform.",\n "items": {\n "$ref": "#/definitions/Skill"\n },\n "type": "array"\n },\n "url": {\n "description": "A URL to the address the agent is hosted at. This represents the\\npreferred endpoint as declared by the agent.",\n "type": "string"\n },\n "version": {\n "description": "The version of the agent - format is up to the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "type": "object"\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "AgentInterface": {\n "description": "Declares a combination of a target URL and a transport protocol for interacting with the agent.\\nThis allows agents to expose the same functionality over multiple transport mechanisms.",\n "properties": {\n "transport": {\n "description": "The transport protocol supported at this URL.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "url": {\n "description": "The URL where this interface is available. Must be a valid absolute HTTPS URL in production.",\n "examples": [\n "https://api.example.com/a2a/v1",\n "https://grpc.example.com/a2a",\n "https://rest.example.com/v1"\n ],\n "type": "string"\n }\n },\n "required": [\n "transport",\n "url"\n ],\n "type": "object"\n },\n "AgentCapabilities": {\n "description": "Defines optional capabilities supported by an agent.",\n "properties": {\n "extensions": {\n "description": "A list of protocol extensions supported by the agent.",\n "items": {\n "$ref": "#/definitions/AgentExtension"\n },\n "type": "array"\n },\n "pushNotifications": {\n "description": "Indicates if the agent supports sending push notifications for asynchronous task updates.",\n "type": "boolean"\n },\n "stateTransitionHistory": {\n "description": "Indicates if the agent provides a history of state transitions for a task.",\n "type": "boolean"\n },\n "streaming": {\n "description": "Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.",\n "type": "boolean"\n }\n },\n "type": "object"\n },\n "AgentProvider": {\n "description": "Represents the service provider of an agent.",\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ],\n "properties": {\n "organization": {\n "description": "The name of the agent provider\'s organization.",\n "type": "string"\n },\n "url": {\n "description": "A URL for the agent provider\'s website or relevant documentation.",\n "type": "string"\n }\n },\n "required": [\n "organization",\n "url"\n ],\n "type": "object"\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "AgentCardSignature": {\n "description": "AgentCardSignature represents a JWS signature of an AgentCard.\\nThis follows the JSON format of an RFC 7515 JSON Web Signature (JWS).",\n "properties": {\n "header": {\n "additionalProperties": {},\n "description": "The unprotected JWS header values.",\n "type": "object"\n },\n "protected": {\n "description": "The protected JWS header for the signature. This is a Base64url-encoded\\nJSON object, as per RFC 7515.",\n "type": "string"\n },\n "signature": {\n "description": "The computed signature, Base64url-encoded.",\n "type": "string"\n }\n },\n "required": [\n "protected",\n "signature"\n ],\n "type": "object"\n },\n "AgentSkill": {\n "description": "Represents a distinct capability or function that an agent can perform.",\n "properties": {\n "description": {\n "description": "A detailed description of the skill, intended to help clients or users\\nunderstand its purpose and functionality.",\n "type": "string"\n },\n "examples": {\n "description": "Example prompts or scenarios that this skill can handle. Provides a hint to\\nthe client on how to use the skill.",\n ';this.Vnc=
28
+ '"examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "A unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n "description": "The set of supported input MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "A human-readable name for the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "The set of supported output MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "security": {\n "description": "Security schemes necessary for the agent to leverage this skill.\\nAs in the overall AgentCard.security, this list represents a logical OR of security\\nrequirement objects. Each object is a set of security schemes that must be used together\\n(a logical AND).",\n "examples": [\n [\n {\n "google": [\n "oidc"\n ]\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "tags": {\n "description": "A set of keywords describing the skill\'s capabilities.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "required": [\n "description",\n "id",\n "name",\n "tags"\n ],\n "type": "object"\n },\n "Skill": {\n "description": "Represents a unit of capability that an agent can perform.",\n "properties": {\n "description": {\n "description": "Description of the skill - will be used by the client or a human\\nas a hint to understand what the skill does.",\n "type": "string"\n },\n "examples": {\n "description": "The set of example scenarios that the skill can perform.\\nWill be used by the client as a hint to understand how the skill can be used.",\n "examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "Unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n "description": "The set of interaction modes that the skill supports\\n(if different than the default).\\nSupported media types for input.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "Human readable name of the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "Supported media types for output.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "tags": {\n "description": "Set of tagwords describing classes of capabilities for this specific skill.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "type": "object"\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "AgentExtension": {\n "description": "A declaration of a protocol extension supported by an Agent.",\n "examples": [\n {\n "description": "Google OAuth 2.0 authentication",\n "required": false,\n "uri": "https://developers.google.com/identity/protocols/oauth2"\n }\n ],\n "properties": {\n "description": {\n "description": "A human-readable description of how this agent uses the extension.",\n "type": "string"\n },\n "params": {\n "additionalProperties": {},\n "description": "Optional, extension-specific configuration parameters.",\n "type": "object"\n },\n "required": {\n "description": "If true, the client must understand and comply with the extension\'s requirements\\nto interact with the agent.",\n "type": "boolean"\n },\n "uri": {\n "description": "The unique URI identifying the extension.",\n "type": "string"\n }\n },\n "required": [\n "uri"\n ],\n "type": "object"\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n';
29
29
  this.Wnc=""+this.Unc+this.Vnc}aba.prototype=new l;aba.prototype.constructor=aba;n(aba,"amf.agenticnetwork.internal.spec.AgenticNetworkSchemaContent$",{QUd:1});var bba;function cba(){}cba.prototype=new l;cba.prototype.constructor=cba;
30
30
  cba.prototype.AgentMetadata=function(){dba||(dba=new eba);var a=gb();a=new sb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());fba||(fba=new tb);var b=fba;gba||(gba=new hba);var c=gba;var e=new iba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new ub(a)};
31
31
  n(cba,"amf.agentmetadata.client.platform.AgentMetadataConfiguration$",{TUd:1});var jba;function eba(){}eba.prototype=new l;eba.prototype.constructor=eba;n(eba,"amf.agentmetadata.client.scala.AgentMetadataConfiguration$",{XUd:1});var dba;
@@ -33,8 +33,8 @@ function kba(){this.aoc=this.$nc=null;lba=this;this.aoc=this.$nc='{\n "$schema"
33
33
  kba.prototype=new l;kba.prototype.constructor=kba;n(kba,"amf.agentmetadata.internal.spec.AgentMetadataSchemaContent$",{hVd:1});var lba;function mba(){}mba.prototype=new l;mba.prototype.constructor=mba;
34
34
  mba.prototype.AgentNetwork=function(){nba||(nba=new oba);var a=gb();a=new wb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());pba||(pba=new xb);var b=pba;qba||(qba=new rba);var c=qba;var e=new sba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new yb(a)};
35
35
  n(mba,"amf.agentnetwork.client.platform.AgentNetworkConfiguration$",{kVd:1});var tba;function oba(){}oba.prototype=new l;oba.prototype.constructor=oba;n(oba,"amf.agentnetwork.client.scala.AgentNetworkConfiguration$",{oVd:1});var nba;
36
- function uba(){this.hoc=this.goc=this.foc=null;vba=this;this.foc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Network"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "required": [\n "schemaVersion"\n ],\n "properties": {\n "schemaVersion": {\n "type": "string",\n "const": "1.0.0",\n "description": "The schema version for this file"\n },\n "description": {\n "type": "string",\n "description": "The description of this network"\n },\n "label": {\n "type": "string",\n "description": "A human readable text for this network."\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "brokers": {\n "description": "The list of brokers defined as part of this network.",\n "$ref": "#/definitions/Brokers"\n },\n "connections": {\n "description": "The list of connections defined as part of this network.",\n "$ref": "#/definitions/Connections"\n },\n "agents": {\n "description": "The list of agents defined as part of this network.",\n "$ref": "#/definitions/Agents"\n },\n "mcpServers": {\n "description": "The list of MCP servers defined as part of this network.",\n "$ref": "#/definitions/MCPs"\n },\n "llmProviders": {\n "description": "The list of LLM providers defined as part of this network.",\n "$ref": "#/definitions/LLMs"\n }\n },\n "additionalProperties": false,\n "definitions": {\n "Agents": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The agent elements",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/AgentEntity"\n }\n }\n },\n "Brokers": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The brokers defined as part of this group",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/Broker"\n }\n },\n "propertyNames": {\n "not": {\n "enum": [\n "default",\n "defaults",\n "system",\n "local",\n "null"\n ]\n }\n }\n },\n "LLMs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The llms defined.",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/LLMEntity"\n }\n }\n },\n "MCPs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The mcp elements",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/MCPServerEntity"\n }\n }\n },\n "BrokerLLM": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "description": "The reference to the LLM to be used by the orchestrator",\n "$ref": "#/definitions/LLMRef"\n },\n "connection": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "configuration": {\n "oneOf": [\n {\n "title": "Use OpenAI model",\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n },\n "openAI": {\n "$ref": "#/definitions/OpenAISettings"\n }\n },\n "required": [\n "model",\n "openAI"\n ],\n "additionalProperties": false\n },\n {\n "title": "Use Gemini Model",\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n },\n "gemini": {\n "$ref": "#/definitions/GeminiSettings"\n }\n },\n "required": [\n "model",\n "gemini"\n ],\n "additionalProperties": false\n },\n {\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n }\n },\n "required": [\n "model"\n ],\n "additionalProperties": false\n }\n ]\n }\n }\n },\n "OpenAISettings": {\n "description": "OpenAI specific configuration settings",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "reasoningEffort": {\n "type": "string",\n "enum": [\n "NONE",\n "MINIMAL",\n "LOW",\n "MEDIUM",\n "HIGH",\n "XHIGH"\n ],\n "description": "Constrains effort on reasoning for reasoning models. gtp-5.1 defaults to NONE, previous ones default to MEDIUM."\n },\n "temperature": {\n "type": "number",\n "description": "Controls randomness in the output"\n },\n "topP": {\n "type": "number",\n "description": "Nucleus sampling parameter"\n },\n "topLogprobs": {\n "type": "integer",\n "description": "Number of most likely tokens to return at each position"\n },\n "maxOutputTokens": {\n "type": "integer",\n "description": "Maximum number of tokens to generate"\n }\n }\n },\n "GeminiSettings": {\n "description": "Gemini specific configuration settings",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "thinkingLevel": {\n "type": "string",\n "enum": [\n "LOW",\n "HIGH"\n ],\n "description": "The level of thoughts tokens that the model should generate."\n },\n "thinkingBudget": {\n "type": "number",\n "description": "Indicates the thinking budget in tokens. 0 is DISABLED. -1 is AUTOMATIC. The default values and allowed ranges are model dependent."\n },\n "temperature": {\n "type": "number",\n "description": "Controls the degree of randomness in token selection. Lower temperatures are good for prompts that require a less open-ended or creative response, while higher temperatures can lead to more diverse or creative results."\n },\n "topP": {\n "type": "number",\n "description": "Tokens are selected from the most to least probable until the sum of their probabilities equals this value. Use a lower value for less random responses and a higher value for more random responses."\n },\n "responseLogprobs": {\n "type": "boolean",\n "description": "Whether to return the log probabilities of the tokens that were chosen by the model at each step"\n },\n "maxOutputTokens": {\n "type": "integer",\n "description": "Maximum number of tokens that can be generated in the response"\n }\n }\n },\n "BrokerSpec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "llm",\n "instructions",\n "links"\n ],\n "properties": {\n "llm": {\n "$ref": "#/definitions/BrokerLLM"\n },\n "instructions": {\n "type": "array",\n "description": "Set of custom instructions that will inform the orchestration",\n "items": {\n "type": "string"\n }\n },\n "maxNumberOfLoops": {\n "type": "integer",\n "description": "The maximum number of steps that a task can take. Useful for keeping orchestrations from running too long and consuming too many tokens",\n "default": 25\n },\n "maxConsecutiveErrors": {\n "type": "integer",\n "description": "The maximum number of errors that the orchestrator will attempt to recover from before returning a failed status.",\n "default": 3\n },\n "taskTimeoutSecs": {\n "type": "integer",\n "description": "A timeout (in seconds) for how long should each orchestration task ",\n "default": 60\n },\n "tools": {\n "type": "array",\n "description": "The tools available to this broker",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "description": "The reference to the MCP server to be available to this broker",\n "$ref": "#/definitions/MCPRef"\n },\n "connection": {\n "type": "object",\n "additionalProperties": false,\n "description": "The connection to be used by this mcp",\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "allowed": {\n "type": "array",\n "description": "Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with \'denied\'",\n "items": {\n "type": "string"\n }\n },\n "headersToPropagate": {\n "type": "array",\n "description": "The names of the request headers that should be propagated when invoking this tool",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n },\n "links": {\n "description": "Defines the list of agents this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "agent"\n ],\n "properties": {\n "agent": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "connection": {\n "type": "object",\n "description": "The connection to be used by this agent",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "headersToPropagate": {\n "type": "array",\n "description": "The names of the request headers that should be propagated when invoking this agent",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n },\n "Broker": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent",\n "http://anypoint.com/vocabs/agents#Broker"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "card",\n "spec"\n ],\n "properties": {\n "card": {\n "$ref": "#/definitions/AgentCard"\n },\n "spec": {\n "$ref": "#/definitions/BrokerSpec"\n }\n }\n },\n "BasicAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#BasicAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "title": "Basic Authentication",\n "description": "Properties for Basic Authentication.",\n "additionalProperties": false,\n "required": [\n "kind",\n "username",\n "password"\n ],\n "properties": {\n "kind": {\n "const": "basic",\n "type": "string"\n },\n "username": {\n "type": "string",\n "description": "The username for authentication."\n },\n "password": {\n "type": "string",\n "description": "The password for authentication."\n },\n "headerName": {\n "type": "string",\n "description": "The name of the header where to set the key. If not specified \'Authorization\' is set by default."\n }\n }\n },\n "ApiKeyClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#ApiKeyClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret"\n ],\n "properties": {\n "kind": {\n "const": "apikey-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "object",\n "description": "The client ID.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientId"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientId by default is going to be \'client_id\'"\n }\n }\n },\n "clientSecret": {\n "type": "object",\n "description": "The client secret.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientSecret"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientSecret by default is going to be \'client_secret\'"\n }\n }\n }\n }\n },\n "APIKeyAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#APIKeyAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "const": "apiKey",\n "type": "string"\n },\n "headerName": {\n "description": "The name of the header to be used. If not specified Authorization is used.",\n "type": "string"\n },\n "apiKey": {\n "type": "string",\n "description": "The value of the apiKey"\n }\n }\n },\n "OAuth2ClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2ClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret",\n "token"\n ],\n "title": "OAuth 2.0 Client Credentials Grant",\n "description": "Properties for the OAuth 2.0 Client Credentials Grant Type.",\n "properties": {\n "kind": {\n "const": "oauth2-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "string",\n "description": "The client ID."\n },\n "clientSecret": {\n "type": "string",\n "description": "The client secret."\n },\n "token": {\n "type": "object",\n "description": "Configuration on how to fetch the token.",\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string",\n "description": "The url of the token provider"\n },\n "timeout": {\n "type": "number",\n "description": "Time in seconds to wait for the service to return the token."\n },\n "bodyEncoding": {\n "type": "string",\n "enum": [\n "form",\n "json"\n ]\n }\n }\n },\n "scopes": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "An array of scopes to request."\n }\n }\n },\n "OAuth2OBOCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2OBOCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "OAuth2 OBO Credential Injection",\n "description": "Exchanges incoming bearer token for a new token targeting an upstream service using OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow",\n "required": [\n "kind",\n "flow",\n "clientId",\n "clientSecret",\n "tokenEndpoint"\n ],\n "properties": {\n "kind": {\n "const": "oauth2-obo",\n "type": "string"\n },\n "flow": {\n "type": "string",\n "enum": [\n "oauth2-token-exchange",\n "microsoft-entra-obo"\n ],\n "description": "Select the token exchange flow type - Standard OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow."\n },\n "clientId": {\n "type": "string",\n "description": "The OAuth2 client ID for token exchange."\n },\n "clientSecret": {\n "type": "string",\n "description": "The OAuth2 client secret for token exchange."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "The OAuth2 token endpoint URL for token exchange."\n },\n "targetType": {\n "type": "string",\n "enum": [\n "audience",\n "resource"\n ],\n "default": "audience",\n "description": "The parameter type for specifying the target service (audience for logical name, resource for physical URI). Used for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "targetValue": {\n "type": "string",\n "description": "The target audience URI or resource URI for the exchanged token. Required for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "scope": {\n "type": "string",\n "description": "OAuth scope to request. Optional for OAuth 2.0 Token Exchange (RFC 8693). Required for Microsoft Entra OBO (e.g., \'api://downstream-client-id/.default\')."\n },\n "timeout": {\n "type": "integer",\n "default": 10000,\n "description": "Timeout for token exchange requests in milliseconds."\n },\n "cibaEnabled": {\n "type": "boolean",\n "description": "When enabled, the policy uses Client Initiated Backchannel Authentication (CIBA) instead of the standard OBO token exchange. Only valid for the oauth2-token-exchange flow. Default is false.",\n "default": false\n },\n "cibaEndpoint": {\n "type": "string",\n "description": "bc-authorize endpoint for Client Initiated Backchannel Authentication (CIBA)."\n },\n "cibaLoginHintClaim": {\n "type": "string",\n "description": "JWT claim from the subject token to use as the CIBA login_hint (e.g., email, sub, preferred_username).",\n "default": "email"\n },\n "cibaBindingMessage": {\n "type": "string",\n "description": "Optional human-readable message shown to the user on their authentication device during the CIBA approval flow."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "InTaskAuthorizationCodeAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#InTaskAuthorizationCodeAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "In-Task Authorization Code",\n "description": "Handles secondary credentials for in-task authentication using OAuth 2.0 Authorization Code flow. Extracts OAuth2 tokens from message data and injects them into Authorization headers for upstream calls.",\n "required": [\n "kind",\n "authorizationEndpoint",\n "tokenEndpoint",\n "scopes",\n "redirectUri"\n ],\n "properties": {\n "kind": {\n "const": "in-task-authorization-code",\n "type": "string"\n },\n "secondaryAuthProvider": {\n "type": "string",\n "default": "",\n "description": "Name of the IdP provider (e.g., \'okta\', \'auth0\'). Used for informational purposes in the authentication card."\n },\n "authorizationEndpoint": {\n "type": "string",\n "description": "OAuth2 authorization endpoint URL (e.g., \'https://domain/oauth2/v1/authorize\'). Required for generating the authentication challenge."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "OAuth2 token endpoint URL (e.g., \'https://domain/oauth2/v1/token\'). Required for generating the authentication challenge."\n },\n "scopes": {\n "type": "string",\n "description": "Space or comma separated list of OAuth2 scopes required for step-up authentication (e.g., \'openid profile email transaction:execute\')."\n },\n "redirectUri": {\n "type": "string",\n "description": "OAuth2 redirect URI that the client will use in the authorization flow."\n },\n "responseType": {\n "type": "string",\n "default": "code",\n "description": "OAuth2 response type. Typically \'code\' for authorization code flow."\n },\n "codeChallengeMethod": {\n "type": "string",\n "default": "S256",\n "description": "PKCE code challenge method. Typically \'S256\' for SHA-256."\n },\n "tokenAudience": {\n "type": "string",\n "description": "OAuth2 token audience. The intended recipient of the token (e.g., \'https://hr-a2a-agent.example.com\')."\n },\n "bodyEncoding": {\n "type": "string",\n "default": "form",\n "description": "Encoding format for token request body. Typically \'form\' for application/x-www-form-urlencoded."\n },\n "tokenTimeout": {\n "type": "integer",\n "default": 300,\n "description": "Timeout in seconds for token requests."\n },\n "challengeResponseStatusCode": {\n "type": "integer",\n "default": 200,\n "description": "HTTP status code to return for auth-required challenge responses. Typically 200 to maintain JSON-RPC compatibility."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "Authentication": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/OAuth2ClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/BasicAuth"\n },\n {\n "$ref": "#/definitions/ApiKeyClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/APIKeyAuth"\n },\n {\n "$ref": "#/definitions/OAuth2OBOCredentialsAuth"\n },\n {\n "$ref": "#/definitions/InTaskAuthorizationCodeAuth"\n }\n ]\n },\n "AgentConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#AgentConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines an agent that exists outside of this domain",\n "required": [\n "kind",\n "ref",\n "spec"\n ],\n "properties": {\n "kind": {\n "const": "agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string"\n },\n "authentication": {\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "LLMConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#LLMConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration for using Salesforce Einstein as the reasoning LLM",\n "required": [\n "kind",\n "ref",\n "spec"\n ],\n "properties": {\n "kind": {\n "const": "llm",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/LLMRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "url",\n "configuration"\n ],\n "properties": {\n "url": {\n "type": "string"\n },\n "configuration": {\n "type": "object"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "MCPServerConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#MCPServerConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "spec",\n "ref",\n "kind"\n ],\n "properties": {\n "kind": {\n "const": "mcp",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "url": {\n "type": "string",\n "description": "The base URL for the MCP server"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "PolicyBinding": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#PolicyBinding"\n ]\n },\n "description": "The policy to be applied",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyRef"\n },\n "configuration": {\n "type": "object"\n }\n }\n },\n "ConnectionElement": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "oneOf": [\n {\n "$ref": "#/definitions/LLMConnection"\n },\n {\n "$ref": "#/definitions/AgentConnection"\n },\n {\n "$ref": "#/definitions/MCPServerConnection"\n }\n ]\n },\n "Connections": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ]\n },\n "description": "The registry elements",\n "type": "object",\n "additionalProperties": false,\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/ConnectionElement"\n }\n }\n },\n "AgentEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this agent"\n },\n "description": {\n "type": "string",\n "description": "A description for this agent"\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "card": {\n "$ref": "#/definitions/AgentCard"\n },\n "metadata": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "protocol"\n ],\n "properties": {\n "platform": {\n "type": "string",\n "description": "The name of the platform this agent is running on. i.e Bedrock, AgentForce, etc."\n },\n "protocol": {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n },\n "links": {\n "description": "Defines the list of agents this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "agent"\n ],\n "properties": {\n "agent": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n }\n }\n }\n }\n }\n },\n "tools": {\n "description": "Defines the list of tools this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "allowed": {\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n "additionalProperties": false\n }\n },\n "LLMEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this MCP"\n },\n "description": {\n "type": "string",\n "description": "The description of this llm"\n },\n "metadata": {\n "$ref": "#/definitions/LLMMetadata"\n }\n }\n },\n "LLMMetadata": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "oneOf": [\n {\n "$ref": "#/definitions/WellKnownLLM"\n },\n {\n "$ref": "#/definitions/CustomLLM"\n }\n ]\n },\n "WellKnownLLM": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata",\n "http://anypoint.com/vocabs/agents#WellKnownLLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform"\n ],\n "properties": {\n "platform": {\n "type": "string",\n "enum": [\n "Gemini",\n "OpenAI",\n "AzureOpenai"\n ]\n },\n "models": {\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "CustomLLM": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata",\n "http://anypoint.com/vocabs/agents#CustomLLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "transcoder",\n "platform"\n ],\n "properties": {\n "platform": {\n "type": "string"\n },\n "models": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "transcoder": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyRef"\n }\n }\n }\n }\n },\n "MCPServerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#MCPServer"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The definition of the MCP Server entity",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this MCP"\n },\n "description": {\n "type": "string"\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "metadata": {\n "$ref": "#/definitions/MCPServer"\n }\n }\n },\n "LLMRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to an LLM Provider",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the LLM provider",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the LLM reference",\n "type": "string"\n }\n }\n },\n "ConnectionRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The reference to a connection",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the connection",\n "type": "string"\n }\n }\n },\n "MCPRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "Reference to an MCP Server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the MCP server",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the MCP server reference",\n "type": "string"\n }\n }\n },\n "AgentRef": {\n "description": "A Reference to an Agent",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the agent",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the agent reference",\n "type": "string"\n }\n }\n },\n "AgentCard": {\n "description": "The AgentCard is a self-describing manifest for an agent. It provides essential\\nmetadata including the agent\'s identity, capabilities, skills, supported\\ncommunication methods, and security requirements.",\n "properties": {\n "additionalInterfaces": {\n "description": "A list of additional supported interfaces (transport and URL combinations).\\nThis allows agents to expose multiple transports, potentially at different URLs.\\n\\nBest practices:\\n- SHOULD include all supported transports for completeness\\n- SHOULD include an entry matching the main \'url\' and \'preferredTransport\'\\n- MAY reuse URLs if multiple transports are available at the same endpoint\\n- MUST accurately declare the transport available at each URL\\n\\nClients can select any interface from this list based on their transport capabilities\\nand preferences. This enables transport negotiation and fallback scenarios.",\n "items": {\n "$ref": "#/definitions/AgentInterface"\n },\n "type": "array"\n },\n "capabilities": {\n "description": "A declaration of optional capabilities supported by the agent.",\n "$ref": "#/definitions/AgentCapabilities"\n },\n "defaultInputModes": {\n "description": "Default set of supported input MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Default set of supported output MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent, assisting users and other agents\\nin understanding its purpose.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "An optional URL to the agent\'s documentation.",\n "type": "string"\n },\n "iconUrl": {\n "description": "An optional URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "A human-readable name for the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "preferredTransport": {\n "default": "JSONRPC",\n "description": "The transport protocol for the preferred endpoint (the main \'url\' field).\\nIf not specified, defaults to \'JSONRPC\'.\\n\\nIMPORTANT: The transport specified here MUST be available at the main \'url\'.\\nThis creates a binding between the main URL and its supported transport protocol.\\nClients should prefer this transport and URL combination when both are supported.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "protocolVersion": {\n "default": "0.3.0",\n "description": "The version of the A2A protocol this agent supports.",\n "type": "string"\n },\n "provider": {\n "description": "Information about the agent\'s service provider.",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "A list of security requirement objects that apply to all agent interactions. Each object\\nlists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object.\\nThis list can be seen as an OR of ANDs. Each object in the list describes one possible\\nset of security requirements that must be present on a request. This allows specifying,\\nfor example, \\"callers must either use OAuth OR an API Key AND mTLS.\\"",\n "examples": [\n [\n {\n "oauth": [\n "read"\n ]\n },\n {\n "api-key": [],\n "mtls": []\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "A declaration of the security schemes available to authorize requests. The key is the\\nscheme name. Follows the OpenAPI 3.0 Security Scheme Object.",\n "type": "object"\n },\n "signatures": {\n "description": "JSON Web Signatures computed for this AgentCard.",\n "items": {\n "$ref": "#/definitions/AgentCardSignature"\n },\n "type": "array"\n },\n "skills": {\n "description": "The set of skills, or distinct capabilities, that the agent can perform.",\n "items": {\n "$ref": "#/definitions/AgentSkill"\n },\n "type": "array"\n },\n "supportsAuthenticatedExtendedCard": {\n "description": "If true, the agent can provide an extended agent card with additional details\\nto authenticated users. Defaults to false.",\n "type": "boolean"\n },\n "url": {\n "description": "The preferred endpoint URL for interacting with the agent.\\nThis URL MUST support the transport specified by \'preferredTransport\'.",\n "examples": [\n "https://api.example.com/a2a/v1"\n ],\n "type": "string"\n },\n "version": {\n "description": "The agent\'s own version number. The format is defined by the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "required": [\n "capabilities",\n "defaultInputModes",\n "defaultOutputModes",\n "description",\n "name",\n "protocolVersion",\n "skills",\n "url",\n "version"\n ],\n "type": "object"\n },\n "PolicyRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policy"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to a policy definition",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the policy reference",\n "type": "string"\n }\n }\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "AgentInterface": {\n "description": "Declares a combination of a target URL and a transport protocol for interacting with the agent.\\nThis allows agents to expose the same functionality over multiple transport mechanisms.",\n "properties": {\n "transport": {\n "description": "The transport protocol supported at this URL.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "url": {\n "description": "The URL where this interface is available. Must be a valid absolute HTTPS URL in production.",\n "examples": [\n "https://api.example.com/a2a/v1",\n "https://grpc.example.com/a2a",\n "https://rest.example.com/v1"\n ],\n "type": "string"\n }\n },\n "required": [\n "transport",\n "url"\n ],\n "type": "object"\n },\n "AgentCapabilities": {\n "description": "Defines optional capabilities supported by an agent.",\n "properties": {\n "extensions": {\n "description": "A list of protocol extensions supported by the agent.",\n "items": {\n "$ref": "#/definitions/AgentExtension"\n },\n "type": "array"\n },\n "pushNotifications": {\n "description": "Indicates if the agent supports sending push notifications for asynchronous task updates.",\n "type": "boolean"\n },\n "stateTransitionHistory": {\n "description": "Indicates if the agent provides a history of state transitions for a task.",\n "type": "boolean"\n },\n "streaming": {\n "description": "Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.",\n "type": "boolean"\n }\n },\n "type": "object"\n },\n "AgentProvider": {\n "description": "Represents the service provider of an agent.",\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ],\n "properties": {\n "organization": {\n "description": "The name of the agent provider\'s organization.",\n "type": "string"\n },\n "url": {\n "description": "A URL for the agent provider\'s website or relevant documentation.",\n "type": "string"\n }\n },\n "required": [\n "organization",\n "url"\n ],\n "type": "object"\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "AgentCardSignature": {\n "description": "AgentCardSignature represents a JWS signature of an AgentCard.\\nThis follows the JSON format of an RFC 7515 JSON Web Signature (JWS).",\n "properties": {\n "header": {\n "additionalProperties": {},\n "description": "The unprotected JWS header values.",\n "type": "object"\n },\n "protected": {\n "description": "The protected JWS header for the signature. This is a Base64url-encoded\\nJSON object, as per RFC 7515.",\n "type": "string"\n },\n "signature": {\n "description": "The computed signature, Base64url-encoded.",\n "type": "string"\n }\n },\n "required": [\n "protected",\n "signature"\n ],\n "type": "object"\n },\n "AgentSkill": {\n "description": "Represents a distinct capability or function that an agent can perform.",\n "properties": {\n "description": {\n "description": "A detailed description of the skill, intended to help clients or users\\nunderstand its purpose and functionality.",\n "type": "string"\n },\n "examples": {\n "description": "Example prompts or scenarios that this skill can handle. Provides a hint to\\nthe client on how to use the skill.",\n "examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "A unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n "description": "The set of supported input MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "A human-readable name for the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "The set of supported output MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "security": {\n "description": "Security schemes necessary for the agent to leverage this skill.\\nAs in the overall AgentCard.security, this list represents a logical OR of security\\nrequirement objects. Each object is a set of security schemes that must be used together\\n(a logical AND).",\n "examples": [\n [\n {\n "google": [\n "oidc"\n ]\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "tags": {\n "description": "A set of keywords describing the skill\'s capabilities.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "required": [\n "description",\n "id",\n "name",\n "tags"\n ],\n "type": "object"\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true';this.goc=
37
- ',\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "AgentExtension": {\n "description": "A declaration of a protocol extension supported by an Agent.",\n "examples": [\n {\n "description": "Google OAuth 2.0 authentication",\n "required": false,\n "uri": "https://developers.google.com/identity/protocols/oauth2"\n }\n ],\n "properties": {\n "description": {\n "description": "A human-readable description of how this agent uses the extension.",\n "type": "string"\n },\n "params": {\n "additionalProperties": {},\n "description": "Optional, extension-specific configuration parameters.",\n "type": "object"\n },\n "required": {\n "description": "If true, the client must understand and comply with the extension\'s requirements\\nto interact with the agent.",\n "type": "boolean"\n },\n "uri": {\n "description": "The unique URI identifying the extension.",\n "type": "string"\n }\n },\n "required": [\n "uri"\n ],\n "type": "object"\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n';
36
+ function uba(){this.hoc=this.goc=this.foc=null;vba=this;this.foc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Network"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "required": [\n "schemaVersion"\n ],\n "properties": {\n "schemaVersion": {\n "type": "string",\n "const": "1.0.0",\n "description": "The schema version for this file"\n },\n "description": {\n "type": "string",\n "description": "The description of this network"\n },\n "label": {\n "type": "string",\n "description": "A human readable text for this network."\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "brokers": {\n "description": "The list of brokers defined as part of this network.",\n "$ref": "#/definitions/Brokers"\n },\n "connections": {\n "description": "The list of connections defined as part of this network.",\n "$ref": "#/definitions/Connections"\n },\n "agents": {\n "description": "The list of agents defined as part of this network.",\n "$ref": "#/definitions/Agents"\n },\n "mcpServers": {\n "description": "The list of MCP servers defined as part of this network.",\n "$ref": "#/definitions/MCPs"\n },\n "llmProviders": {\n "description": "The list of LLM providers defined as part of this network.",\n "$ref": "#/definitions/LLMs"\n }\n },\n "additionalProperties": false,\n "definitions": {\n "Agents": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The agent elements",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/AgentEntity"\n }\n }\n },\n "Brokers": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The brokers defined as part of this group",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/Broker"\n }\n },\n "propertyNames": {\n "not": {\n "enum": [\n "default",\n "defaults",\n "system",\n "local",\n "null"\n ]\n }\n }\n },\n "LLMs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The llms defined.",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/LLMEntity"\n }\n }\n },\n "MCPs": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "description": "The mcp elements",\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/MCPServerEntity"\n }\n }\n },\n "BrokerLLM": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "description": "The reference to the LLM to be used by the orchestrator",\n "$ref": "#/definitions/LLMRef"\n },\n "connection": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "configuration": {\n "oneOf": [\n {\n "title": "Use OpenAI model",\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n },\n "openAI": {\n "$ref": "#/definitions/OpenAISettings"\n }\n },\n "required": [\n "model",\n "openAI"\n ],\n "additionalProperties": false\n },\n {\n "title": "Use Gemini Model",\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n },\n "gemini": {\n "$ref": "#/definitions/GeminiSettings"\n }\n },\n "required": [\n "model",\n "gemini"\n ],\n "additionalProperties": false\n },\n {\n "properties": {\n "model": {\n "type": "string",\n "description": "The name of the model to use"\n }\n },\n "required": [\n "model"\n ],\n "additionalProperties": false\n }\n ]\n }\n }\n },\n "OpenAISettings": {\n "description": "OpenAI specific configuration settings",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "reasoningEffort": {\n "type": "string",\n "enum": [\n "NONE",\n "MINIMAL",\n "LOW",\n "MEDIUM",\n "HIGH",\n "XHIGH"\n ],\n "description": "Constrains effort on reasoning for reasoning models. gtp-5.1 defaults to NONE, previous ones default to MEDIUM."\n },\n "temperature": {\n "type": "number",\n "description": "Controls randomness in the output"\n },\n "topP": {\n "type": "number",\n "description": "Nucleus sampling parameter"\n },\n "topLogprobs": {\n "type": "integer",\n "description": "Number of most likely tokens to return at each position"\n },\n "maxOutputTokens": {\n "type": "integer",\n "description": "Maximum number of tokens to generate"\n }\n }\n },\n "GeminiSettings": {\n "description": "Gemini specific configuration settings",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "thinkingLevel": {\n "type": "string",\n "enum": [\n "LOW",\n "HIGH"\n ],\n "description": "The level of thoughts tokens that the model should generate."\n },\n "thinkingBudget": {\n "type": "number",\n "description": "Indicates the thinking budget in tokens. 0 is DISABLED. -1 is AUTOMATIC. The default values and allowed ranges are model dependent."\n },\n "temperature": {\n "type": "number",\n "description": "Controls the degree of randomness in token selection. Lower temperatures are good for prompts that require a less open-ended or creative response, while higher temperatures can lead to more diverse or creative results."\n },\n "topP": {\n "type": "number",\n "description": "Tokens are selected from the most to least probable until the sum of their probabilities equals this value. Use a lower value for less random responses and a higher value for more random responses."\n },\n "responseLogprobs": {\n "type": "boolean",\n "description": "Whether to return the log probabilities of the tokens that were chosen by the model at each step"\n },\n "maxOutputTokens": {\n "type": "integer",\n "description": "Maximum number of tokens that can be generated in the response"\n }\n }\n },\n "BrokerSpec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "llm",\n "instructions",\n "links"\n ],\n "properties": {\n "llm": {\n "$ref": "#/definitions/BrokerLLM"\n },\n "instructions": {\n "type": "array",\n "description": "Set of custom instructions that will inform the orchestration",\n "items": {\n "type": "string"\n }\n },\n "maxNumberOfLoops": {\n "type": "integer",\n "description": "The maximum number of steps that a task can take. Useful for keeping orchestrations from running too long and consuming too many tokens",\n "default": 25\n },\n "maxConsecutiveErrors": {\n "type": "integer",\n "description": "The maximum number of errors that the orchestrator will attempt to recover from before returning a failed status.",\n "default": 3\n },\n "taskTimeoutSecs": {\n "type": "integer",\n "description": "A timeout (in seconds) for how long should each orchestration task ",\n "default": 60\n },\n "tools": {\n "type": "array",\n "description": "The tools available to this broker",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "description": "The reference to the MCP server to be available to this broker",\n "$ref": "#/definitions/MCPRef"\n },\n "connection": {\n "type": "object",\n "additionalProperties": false,\n "description": "The connection to be used by this mcp",\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "allowed": {\n "type": "array",\n "description": "Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with \'denied\'",\n "items": {\n "type": "string"\n }\n },\n "headersToPropagate": {\n "type": "array",\n "description": "The names of the request headers that should be propagated when invoking this tool",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n },\n "links": {\n "description": "Defines the list of agents this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "agent"\n ],\n "properties": {\n "agent": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "connection": {\n "type": "object",\n "description": "The connection to be used by this agent",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/ConnectionRef"\n }\n }\n },\n "headersToPropagate": {\n "type": "array",\n "description": "The names of the request headers that should be propagated when invoking this agent",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n },\n "Broker": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent",\n "http://anypoint.com/vocabs/agents#Broker"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "card",\n "spec"\n ],\n "properties": {\n "card": {\n "$ref": "#/definitions/AgentCard"\n },\n "spec": {\n "$ref": "#/definitions/BrokerSpec"\n }\n }\n },\n "BasicAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#BasicAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "title": "Basic Authentication",\n "description": "Properties for Basic Authentication.",\n "additionalProperties": false,\n "required": [\n "kind",\n "username",\n "password"\n ],\n "properties": {\n "kind": {\n "const": "basic",\n "type": "string"\n },\n "username": {\n "type": "string",\n "description": "The username for authentication."\n },\n "password": {\n "type": "string",\n "description": "The password for authentication."\n },\n "headerName": {\n "type": "string",\n "description": "The name of the header where to set the key. If not specified \'Authorization\' is set by default."\n }\n }\n },\n "ApiKeyClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#ApiKeyClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret"\n ],\n "properties": {\n "kind": {\n "const": "apikey-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "object",\n "description": "The client ID.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientId"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientId by default is going to be \'client_id\'"\n }\n }\n },\n "clientSecret": {\n "type": "object",\n "description": "The client secret.",\n "additionalProperties": false,\n "required": [\n "value"\n ],\n "properties": {\n "value": {\n "type": "string",\n "description": "The value for the clientSecret"\n },\n "name": {\n "type": "string",\n "description": "The name for the clientSecret by default is going to be \'client_secret\'"\n }\n }\n }\n }\n },\n "APIKeyAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#APIKeyAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "apiKey"\n ],\n "properties": {\n "kind": {\n "const": "apiKey",\n "type": "string"\n },\n "headerName": {\n "description": "The name of the header to be used. If not specified Authorization is used.",\n "type": "string"\n },\n "apiKey": {\n "type": "string",\n "description": "The value of the apiKey"\n }\n }\n },\n "OAuth2ClientCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2ClientCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "kind",\n "clientId",\n "clientSecret",\n "token"\n ],\n "title": "OAuth 2.0 Client Credentials Grant",\n "description": "Properties for the OAuth 2.0 Client Credentials Grant Type.",\n "properties": {\n "kind": {\n "const": "oauth2-client-credentials",\n "type": "string"\n },\n "clientId": {\n "type": "string",\n "description": "The client ID."\n },\n "clientSecret": {\n "type": "string",\n "description": "The client secret."\n },\n "token": {\n "type": "object",\n "description": "Configuration on how to fetch the token.",\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string",\n "description": "The url of the token provider"\n },\n "timeout": {\n "type": "number",\n "description": "Time in seconds to wait for the service to return the token."\n },\n "bodyEncoding": {\n "type": "string",\n "enum": [\n "form",\n "json"\n ]\n }\n }\n },\n "scopes": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "An array of scopes to request."\n }\n }\n },\n "OAuth2OBOCredentialsAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#OAuth2OBOCredentialsAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "OAuth2 OBO Credential Injection",\n "description": "Exchanges incoming bearer token for a new token targeting an upstream service using OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow",\n "required": [\n "kind",\n "flow",\n "clientId",\n "clientSecret",\n "tokenEndpoint"\n ],\n "properties": {\n "kind": {\n "const": "oauth2-obo",\n "type": "string"\n },\n "flow": {\n "type": "string",\n "enum": [\n "oauth2-token-exchange",\n "microsoft-entra-obo"\n ],\n "description": "Select the token exchange flow type - Standard OAuth 2.0 Token Exchange (RFC 8693) or Microsoft Entra ID On-Behalf-Of flow."\n },\n "clientId": {\n "type": "string",\n "description": "The OAuth2 client ID for token exchange."\n },\n "clientSecret": {\n "type": "string",\n "description": "The OAuth2 client secret for token exchange."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "The OAuth2 token endpoint URL for token exchange."\n },\n "targetType": {\n "type": "string",\n "enum": [\n "audience",\n "resource"\n ],\n "default": "audience",\n "description": "The parameter type for specifying the target service (audience for logical name, resource for physical URI). Used for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "targetValue": {\n "type": "string",\n "description": "The target audience URI or resource URI for the exchanged token. Required for OAuth 2.0 Token Exchange (RFC 8693)."\n },\n "scope": {\n "type": "string",\n "description": "OAuth scope to request. Optional for OAuth 2.0 Token Exchange (RFC 8693). Required for Microsoft Entra OBO (e.g., \'api://downstream-client-id/.default\')."\n },\n "timeout": {\n "type": "integer",\n "default": 10000,\n "description": "Timeout for token exchange requests in milliseconds."\n },\n "cibaEnabled": {\n "type": "boolean",\n "description": "When enabled, the policy uses Client Initiated Backchannel Authentication (CIBA) instead of the standard OBO token exchange. Only valid for the oauth2-token-exchange flow. Default is false.",\n "default": false\n },\n "cibaEndpoint": {\n "type": "string",\n "description": "bc-authorize endpoint for Client Initiated Backchannel Authentication (CIBA)."\n },\n "cibaLoginHintClaim": {\n "type": "string",\n "description": "JWT claim from the subject token to use as the CIBA login_hint (e.g., email, sub, preferred_username).",\n "default": "email"\n },\n "cibaBindingMessage": {\n "type": "string",\n "description": "Optional human-readable message shown to the user on their authentication device during the CIBA approval flow."\n },\n "distributed": {\n "type": "boolean",\n "default": false,\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n },\n "subjectTokenType": {\n "type": "string",\n "description": "The token type identifier for the subject token.",\n "default": "urn:ietf:params:oauth:token-type:access_token"\n },\n "requestedTokenType": {\n "type": "string",\n "description": "The desired token type for the issued token."\n }\n }\n },\n "InTaskAuthorizationCodeAuth": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#InTaskAuthorizationCodeAuth",\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "title": "In-Task Authorization Code",\n "description": "Handles secondary credentials for in-task authentication using OAuth 2.0 Authorization Code flow. Extracts OAuth2 tokens from message data and injects them into Authorization headers for upstream calls.",\n "required": [\n "kind",\n "authorizationEndpoint",\n "tokenEndpoint",\n "scopes",\n "redirectUri"\n ],\n "properties": {\n "kind": {\n "const": "in-task-authorization-code",\n "type": "string"\n },\n "secondaryAuthProvider": {\n "type": "string",\n "default": "",\n "description": "Name of the IdP provider (e.g., \'okta\', \'auth0\'). Used for informational purposes in the authentication card."\n },\n "authorizationEndpoint": {\n "type": "string",\n "description": "OAuth2 authorization endpoint URL (e.g., \'https://domain/oauth2/v1/authorize\'). Required for generating the authentication challenge."\n },\n "tokenEndpoint": {\n "type": "string",\n "description": "OAuth2 token endpoint URL (e.g., \'https://domain/oauth2/v1/token\'). Required for generating the authentication challenge."\n },\n "scopes": {\n "type": "string",\n "description": "Space or comma separated list of OAuth2 scopes required for step-up authentication (e.g., \'openid profile email transaction:execute\')."\n },\n "redirectUri": {\n "type": "string",\n "description": "OAuth2 redirect URI that the client will use in the authorization flow."\n },\n "responseType": {\n "type": "string",\n "default": "code",\n "description": "OAuth2 response type. Typically \'code\' for authorization code flow."\n },\n "codeChallengeMethod": {\n "type": "string",\n "default": "S256",\n "description": "PKCE code challenge method. Typically \'S256\' for SHA-256."\n },\n "tokenAudience": {\n "type": "string",\n "description": "OAuth2 token audience. The intended recipient of the token (e.g., \'https://hr-a2a-agent.example.com\')."\n },\n "bodyEncoding": {\n "type": "string",\n "default": "form",\n "description": "Encoding format for token request body. Typically \'form\' for application/x-www-form-urlencoded."\n },\n "tokenTimeout": {\n "type": "integer",\n "default": 300,\n "description": "Timeout in seconds for token requests."\n },\n "challengeResponseStatusCode": {\n "type": "integer",\n "default": 200,\n "description": "HTTP status code to return for auth-required challenge responses. Typically 200 to maintain JSON-RPC compatibility."\n },\n "distributed": {\n "type": "boolean",\n "default": "false",\n "description": "Share token cache across replicas. Required for fully managed gateway or any multi-replica deployment."\n }\n }\n },\n "Authentication": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Authentication"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "anyOf": [\n {\n "$ref": "#/definitions/OAuth2ClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/BasicAuth"\n },\n {\n "$ref": "#/definitions/ApiKeyClientCredentialsAuth"\n },\n {\n "$ref": "#/definitions/APIKeyAuth"\n },\n {\n "$ref": "#/definitions/OAuth2OBOCredentialsAuth"\n },\n {\n "$ref": "#/definitions/InTaskAuthorizationCodeAuth"\n }\n ]\n },\n "AgentConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#AgentConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Defines an agent that exists outside of this domain",\n "required": [\n "kind",\n "ref",\n "spec"\n ],\n "properties": {\n "kind": {\n "const": "agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/AgentRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "url"\n ],\n "properties": {\n "url": {\n "type": "string"\n },\n "authentication": {\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "LLMConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#LLMConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "description": "Configuration for using Salesforce Einstein as the reasoning LLM",\n "required": [\n "kind",\n "ref",\n "spec"\n ],\n "properties": {\n "kind": {\n "const": "llm",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/LLMRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "url",\n "configuration"\n ],\n "properties": {\n "url": {\n "type": "string"\n },\n "configuration": {\n "type": "object"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "MCPServerConnection": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection",\n "http://anypoint.com/vocabs/agents#MCPServerConnection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "spec",\n "ref",\n "kind"\n ],\n "properties": {\n "kind": {\n "const": "mcp",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "spec": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "url": {\n "type": "string",\n "description": "The base URL for the MCP server"\n },\n "authentication": {\n "description": "The Authentication to use when connecting to the MCP server",\n "$ref": "#/definitions/Authentication"\n },\n "policies": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/PolicyBinding"\n }\n }\n }\n }\n }\n },\n "PolicyBinding": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#PolicyBinding"\n ]\n },\n "description": "The policy to be applied",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref",\n "configuration"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyRef"\n },\n "configuration": {\n "type": "object"\n }\n }\n },\n "ConnectionElement": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "oneOf": [\n {\n "$ref": "#/definitions/LLMConnection"\n },\n {\n "$ref": "#/definitions/AgentConnection"\n },\n {\n "$ref": "#/definitions/MCPServerConnection"\n }\n ]\n },\n "Connections": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#DeclarationDefinitions",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ]\n },\n "description": "The registry elements",\n "type": "object",\n "additionalProperties": false,\n "patternProperties": {\n "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n "$ref": "#/definitions/ConnectionElement"\n }\n }\n },\n "AgentEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this agent"\n },\n "description": {\n "type": "string",\n "description": "A description for this agent"\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "card": {\n "$ref": "#/definitions/AgentCard"\n },\n "metadata": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "protocol"\n ],\n "properties": {\n "platform": {\n "type": "string",\n "description": "The name of the platform this agent is running on. i.e Bedrock, AgentForce, etc."\n },\n "protocol": {\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ],\n "description": "The name of the protocol. For example a2a"\n },\n "links": {\n "description": "Defines the list of agents this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "agent"\n ],\n "properties": {\n "agent": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "ref"\n ],\n "properties": {\n "ref": {\n "$ref": "#/definitions/AgentRef"\n }\n }\n }\n }\n }\n },\n "tools": {\n "description": "Defines the list of tools this agent is connected with",\n "items": {\n "type": "object",\n "additionalProperties": false,\n "required": [\n "mcp"\n ],\n "properties": {\n "mcp": {\n "type": "object",\n "required": [\n "ref"\n ],\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/MCPRef"\n },\n "allowed": {\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n "additionalProperties": false\n }\n },\n "LLMEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this MCP"\n },\n "description": {\n "type": "string",\n "description": "The description of this llm"\n },\n "metadata": {\n "$ref": "#/definitions/LLMMetadata"\n }\n }\n },\n "LLMMetadata": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "oneOf": [\n {\n "$ref": "#/definitions/WellKnownLLM"\n },\n {\n "$ref": "#/definitions/CustomLLM"\n }\n ]\n },\n "WellKnownLLM": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata",\n "http://anypoint.com/vocabs/agents#WellKnownLLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "platform"\n ],\n "properties": {\n "platform": {\n "type": "string",\n "enum": [\n "Gemini",\n "OpenAI",\n "AzureOpenai"\n ]\n },\n "models": {\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "CustomLLM": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#LLMMetadata",\n "http://anypoint.com/vocabs/agents#CustomLLMMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "transcoder",\n "platform"\n ],\n "properties": {\n "platform": {\n "type": "string"\n },\n "models": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "transcoder": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "ref": {\n "$ref": "#/definitions/PolicyRef"\n }\n }\n }\n }\n },\n "MCPServerEntity": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#MCPServer"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The definition of the MCP Server entity",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "metadata"\n ],\n "properties": {\n "label": {\n "type": "string",\n "description": "A label for this MCP"\n },\n "description": {\n "type": "string"\n },\n "tags": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "metadata": {\n "$ref": "#/definitions/MCPServer"\n }\n }\n },\n "LLMRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#llm"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to an LLM Provider",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the LLM provider",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the LLM reference",\n "type": "string"\n }\n }\n },\n "ConnectionRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#connection"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "The reference to a connection",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the connection",\n "type": "string"\n }\n }\n },\n "MCPRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#mcp"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "Reference to an MCP Server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the MCP server",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the MCP server reference",\n "type": "string"\n }\n }\n },\n "AgentRef": {\n "description": "A Reference to an Agent",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the agent",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the agent reference",\n "type": "string"\n }\n }\n },\n "AgentCard": {\n "description": "The AgentCard is a self-describing manifest for an agent. It provides essential\\nmetadata including the agent\'s identity, capabilities, skills, supported\\ncommunication methods, and security requirements.",\n "properties": {\n "additionalInterfaces": {\n "description": "A list of additional supported interfaces (transport and URL combinations).\\nThis allows agents to expose multiple transports, potentially at different URLs.\\n\\nBest practices:\\n- SHOULD include all supported transports for completeness\\n- SHOULD include an entry matching the main \'url\' and \'preferredTransport\'\\n- MAY reuse URLs if multiple transports are available at the same endpoint\\n- MUST accurately declare the transport available at each URL\\n\\nClients can select any interface from this list based on their transport capabilities\\nand preferences. This enables transport negotiation and fallback scenarios.",\n "items": {\n "$ref": "#/definitions/AgentInterface"\n },\n "type": "array"\n },\n "capabilities": {\n "description": "A declaration of optional capabilities supported by the agent.",\n "$ref": "#/definitions/AgentCapabilities"\n },\n "defaultInputModes": {\n "description": "Default set of supported input MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "defaultOutputModes": {\n "description": "Default set of supported output MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "description": {\n "description": "A human-readable description of the agent, assisting users and other agents\\nin understanding its purpose.",\n "examples": [\n "Agent that helps users with recipes and cooking."\n ],\n "type": "string"\n },\n "documentationUrl": {\n "description": "An optional URL to the agent\'s documentation.",\n "type": "string"\n },\n "iconUrl": {\n "description": "An optional URL to an icon for the agent.",\n "type": "string"\n },\n "name": {\n "description": "A human-readable name for the agent.",\n "examples": [\n "Recipe Agent"\n ],\n "type": "string"\n },\n "preferredTransport": {\n "default": "JSONRPC",\n "description": "The transport protocol for the preferred endpoint (the main \'url\' field).\\nIf not specified, defaults to \'JSONRPC\'.\\n\\nIMPORTANT: The transport specified here MUST be available at the main \'url\'.\\nThis creates a binding between the main URL and its supported transport protocol.\\nClients should prefer this transport and URL combination when both are supported.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "protocolVersion": {\n "default": "0.3.0",\n "description": "The version of the A2A protocol this agent supports.",\n "type": "string"\n },\n "provider": {\n "description": "Information about the agent\'s service provider.",\n "$ref": "#/definitions/AgentProvider"\n },\n "security": {\n "description": "A list of security requirement objects that apply to all agent interactions. Each object\\nlists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object.\\nThis list can be seen as an OR of ANDs. Each object in the list describes one possible\\nset of security requirements that must be present on a request. This allows specifying,\\nfor example, \\"callers must either use OAuth OR an API Key AND mTLS.\\"",\n "examples": [\n [\n {\n "oauth": [\n "read"\n ]\n },\n {\n "api-key": [],\n "mtls": []\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "A declaration of the security schemes available to authorize requests. The key is the\\nscheme name. Follows the OpenAPI 3.0 Security Scheme Object.",\n "type": "object"\n },\n "signatures": {\n "description": "JSON Web Signatures computed for this AgentCard.",\n "items": {\n "$ref": "#/definitions/AgentCardSignature"\n },\n "type": "array"\n },\n "skills": {\n "description": "The set of skills, or distinct capabilities, that the agent can perform.",\n "items": {\n "$ref": "#/definitions/AgentSkill"\n },\n "type": "array"\n },\n "supportsAuthenticatedExtendedCard": {\n "description": "If true, the agent can provide an extended agent card with additional details\\nto authenticated users. Defaults to false.",\n "type": "boolean"\n },\n "url": {\n "description": "The preferred endpoint URL for interacting with the agent.\\nThis URL MUST support the transport specified by \'preferredTransport\'.",\n "examples": [\n "https://api.example.com/a2a/v1"\n ],\n "type": "string"\n },\n "version": {\n "description": "The agent\'s own version number. The format is defined by the provider.",\n "examples": [\n "1.0.0"\n ],\n "type": "string"\n }\n },\n "required": [\n "capabilities",\n "defaultInputModes",\n "defaultOutputModes",\n "description",\n "name",\n "protocolVersion",\n "skills",\n "url",\n "version"\n ],\n "type": "object"\n },\n "PolicyRef": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#Reference",\n "http://anypoint.com/vocabs/agents/reference/kind#policy"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "description": "A reference to a policy definition",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "name"\n ],\n "properties": {\n "name": {\n "description": "The name of the policy",\n "type": "string"\n },\n "namespace": {\n "description": "Optional namespace to scope the policy reference",\n "type": "string"\n }\n }\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "AgentInterface": {\n "description": "Declares a combination of a target URL and a transport protocol for interacting with the agent.\\nThis allows agents to expose the same functionality over multiple transport mechanisms.",\n "properties": {\n "transport": {\n "description": "The transport protocol supported at this URL.",\n "examples": [\n "JSONRPC",\n "GRPC",\n "HTTP+JSON"\n ],\n "type": "string"\n },\n "url": {\n "description": "The URL where this interface is available. Must be a valid absolute HTTPS URL in production.",\n "examples": [\n "https://api.example.com/a2a/v1",\n "https://grpc.example.com/a2a",\n "https://rest.example.com/v1"\n ],\n "type": "string"\n }\n },\n "required": [\n "transport",\n "url"\n ],\n "type": "object"\n },\n "AgentCapabilities": {\n "description": "Defines optional capabilities supported by an agent.",\n "properties": {\n "extensions": {\n "description": "A list of protocol extensions supported by the agent.",\n "items": {\n "$ref": "#/definitions/AgentExtension"\n },\n "type": "array"\n },\n "pushNotifications": {\n "description": "Indicates if the agent supports sending push notifications for asynchronous task updates.",\n "type": "boolean"\n },\n "stateTransitionHistory": {\n "description": "Indicates if the agent provides a history of state transitions for a task.",\n "type": "boolean"\n },\n "streaming": {\n "description": "Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.",\n "type": "boolean"\n }\n },\n "type": "object"\n },\n "AgentProvider": {\n "description": "Represents the service provider of an agent.",\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ],\n "properties": {\n "organization": {\n "description": "The name of the agent provider\'s organization.",\n "type": "string"\n },\n "url": {\n "description": "A URL for the agent provider\'s website or relevant documentation.",\n "type": "string"\n }\n },\n "required": [\n "organization",\n "url"\n ],\n "type": "object"\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "AgentCardSignature": {\n "description": "AgentCardSignature represents a JWS signature of an AgentCard.\\nThis follows the JSON format of an RFC 7515 JSON Web Signature (JWS).",\n "properties": {\n "header": {\n "additionalProperties": {},\n "description": "The unprotected JWS header values.",\n "type": "object"\n },\n "protected": {\n "description": "The protected JWS header for the signature. This is a Base64url-encoded\\nJSON object, as per RFC 7515.",\n "type": "string"\n },\n "signature": {\n "description": "The computed signature, Base64url-encoded.",\n "type": "string"\n }\n },\n "required": [\n "protected",\n "signature"\n ],\n "type": "object"\n },\n "AgentSkill": {\n "description": "Represents a distinct capability or function that an agent can perform.",\n "properties": {\n "description": {\n "description": "A detailed description of the skill, intended to help clients or users\\nunderstand its purpose and functionality.",\n "type": "string"\n },\n "examples": {\n "description": "Example prompts or scenarios that this skill can handle. Provides a hint to\\nthe client on how to use the skill.",\n "examples": [\n [\n "I need a recipe for bread"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "id": {\n "description": "A unique identifier for the agent\'s skill.",\n "type": "string"\n },\n "inputModes": {\n "description": "The set of supported input MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "name": {\n "description": "A human-readable name for the skill.",\n "type": "string"\n },\n "outputModes": {\n "description": "The set of supported output MIME types for this skill, overriding the agent\'s defaults.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "security": {\n "description": "Security schemes necessary for the agent to leverage this skill.\\nAs in the overall AgentCard.security, this list represents a logical OR of security\\nrequirement objects. Each object is a set of security schemes that must be used together\\n(a logical AND).",\n "examples": [\n [\n {\n "google": [\n "oidc"\n ]\n }\n ]\n ],\n "items": {\n "additionalProperties": {\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": "object"\n },\n "type": "array"\n },\n "tags": {\n "description": "A set of keywords describing the skill\'s capabilities.",\n "examples": [\n [\n "cooking",\n "customer support",\n "billing"\n ]\n ],\n "items": {\n "type": "string"\n },\n "type": "array"\n }\n },\n "required": [\n "description",\n "id",\n "name",\n "tags"\n ],\n "type": "object"\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description';this.goc=
37
+ '": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "AgentExtension": {\n "description": "A declaration of a protocol extension supported by an Agent.",\n "examples": [\n {\n "description": "Google OAuth 2.0 authentication",\n "required": false,\n "uri": "https://developers.google.com/identity/protocols/oauth2"\n }\n ],\n "properties": {\n "description": {\n "description": "A human-readable description of how this agent uses the extension.",\n "type": "string"\n },\n "params": {\n "additionalProperties": {},\n "description": "Optional, extension-specific configuration parameters.",\n "type": "object"\n },\n "required": {\n "description": "If true, the client must understand and comply with the extension\'s requirements\\nto interact with the agent.",\n "type": "boolean"\n },\n "uri": {\n "description": "The unique URI identifying the extension.",\n "type": "string"\n }\n },\n "required": [\n "uri"\n ],\n "type": "object"\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n';
38
38
  this.hoc=""+this.foc+this.goc}uba.prototype=new l;uba.prototype.constructor=uba;n(uba,"amf.agentnetwork.internal.spec.AgentNetworkSchemaContent$",{CVd:1});var vba;function wba(){}wba.prototype=new l;wba.prototype.constructor=wba;
39
39
  wba.prototype.AgentNetworkMetadata=function(){xba||(xba=new yba);var a=gb();a=new zb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());zba||(zba=new Bb);var b=zba;Aba||(Aba=new Bba);var c=Aba;var e=new Cba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new Cb(a)};
40
40
  n(wba,"amf.agentnetworkmetadata.client.platform.AgentNetworkMetadataConfiguration$",{FVd:1});var Dba;function yba(){}yba.prototype=new l;yba.prototype.constructor=yba;n(yba,"amf.agentnetworkmetadata.client.scala.AgentNetworkMetadataConfiguration$",{JVd:1});var xba;
@@ -731,7 +731,7 @@ function DJa(){this.e9c=this.d9c=null;EJa=this;this.e9c=this.d9c='{\n "$schema"
731
731
  DJa.prototype=new l;DJa.prototype.constructor=DJa;n(DJa,"amf.llmmetadata.internal.spec.LLMMetadataSchemaContent$",{WRe:1});var EJa;function FJa(){}FJa.prototype=new l;FJa.prototype.constructor=FJa;
732
732
  FJa.prototype.MCP=function(){GJa||(GJa=new HJa);var a=gb();a=new ny(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());IJa||(IJa=new oy);var b=IJa;JJa||(JJa=new KJa);var c=JJa;var e=new LJa,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new py(a)};
733
733
  n(FJa,"amf.mcp.client.platform.MCPConfiguration$",{$Re:1});var MJa;function HJa(){}HJa.prototype=new l;HJa.prototype.constructor=HJa;n(HJa,"amf.mcp.client.scala.MCPConfiguration$",{cSe:1});var GJa;
734
- function NJa(){this.j9c=this.i9c=null;OJa=this;this.j9c=this.i9c='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "MCP Asset Schema",\n "$ref": "#/definitions/MCPServer",\n "definitions": {\n "MCPMetadata": {\n "allOf": [\n {\n "$ref": "#/definitions/MCPServer"\n },\n {\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n }\n }\n ]\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n'}
734
+ function NJa(){this.j9c=this.i9c=null;OJa=this;this.j9c=this.i9c='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "MCP Asset Schema",\n "$ref": "#/definitions/MCPMetadata",\n "definitions": {\n "MCPMetadata": {\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n },\n "provenance": {\n "description": "Provenance information about the source system that generated this metadata.",\n "$ref": "#/definitions/ProvenanceDefinition"\n }\n }\n },\n "MCPServer": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Server"\n ]\n },\n "type": "object",\n "required": [\n "transport"\n ],\n "additionalProperties": false,\n "properties": {\n "protocolVersion": {\n "type": "string",\n "enum": [\n "2024-11-05",\n "2025-03-26",\n "2025-06-18",\n "2025-11-25"\n ],\n "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n },\n "transport": {\n "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server.",\n "$ref": "#/definitions/MCPTransport"\n },\n "provider": {\n "description": "The service provider of the MCP server.",\n "$ref": "#/definitions/MCPProvider"\n },\n "capabilities": {\n "$ref": "#/definitions/ServerCapabilities"\n },\n "logging": {\n "type": "object",\n "properties": {},\n "description": "Present if the server supports sending log messages to the client.",\n "additionalProperties": true\n },\n "tools": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Tool"\n },\n "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n },\n "resources": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Resource"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "resourceTemplates": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/ResourceTemplate"\n },\n "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n },\n "prompts": {\n "type": "array",\n "items": {\n "$ref": "#/definitions/Prompt"\n },\n "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n },\n "platform": {\n "type": "string",\n "description": "The platform the mcp server is running"\n },\n "securitySchemes": {\n "additionalProperties": {\n "$ref": "#/definitions/SecurityScheme"\n },\n "description": "Security scheme details used for authenticating with this agent.",\n "type": "object"\n }\n }\n },\n "ServerCapabilities": {\n "type": "object",\n "additionalProperties": true,\n "description": "Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.",\n "properties": {\n "completions": {\n "additionalProperties": true,\n "description": "Present if the server supports argument autocompletion suggestions.",\n "properties": {},\n "type": "object"\n },\n "experimental": {\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "description": "Experimental, non-standard capabilities that the server supports.",\n "type": "object"\n },\n "tasks": {\n "description": "Present if the server supports task-augmented requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "cancel": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/cancel.",\n "properties": {},\n "type": "object"\n },\n "list": {\n "additionalProperties": true,\n "description": "Whether this server supports tasks/list.",\n "properties": {},\n "type": "object"\n },\n "requests": {\n "description": "Specifies which request types can be augmented with tasks.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "tools": {\n "description": "Task support for tool-related requests.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "call": {\n "additionalProperties": true,\n "description": "Whether the server supports task-augmented tools/call requests.",\n "properties": {},\n "type": "object"\n }\n }\n }\n }\n }\n }\n },\n "logging": {\n "description": "Indicates if the server supports sending log messages to the client",\n "anyOf": [\n {\n "additionalProperties": true,\n "description": "Present if the server supports sending log messages to the client.",\n "properties": {},\n "type": "object"\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server supports sending log messages to the client."\n }\n ]\n },\n "prompts": {\n "description": "Indicates if the server offers any prompt templates",\n "anyOf": [\n {\n "description": "Present if the server offers any prompt templates.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the prompt list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any prompt templates. "\n }\n ]\n },\n "resources": {\n "description": "Indicates if the server offers any resources to read",\n "anyOf": [\n {\n "description": "Present if the server offers any resources to read.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the resource list.",\n "type": "boolean"\n },\n "subscribe": {\n "description": "Whether this server supports subscribing to resource updates.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any resources to read. "\n }\n ]\n },\n "tools": {\n "description": "Indicates if the server offers any tools to call",\n "anyOf": [\n {\n "description": "Present if the server offers any tools to call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "listChanged": {\n "description": "Whether this server supports notifications for changes to the tool list.",\n "type": "boolean"\n }\n }\n },\n {\n "type": "boolean",\n "description": "Deprecated: True if the server offers any tools to call."\n }\n ]\n }\n }\n },\n "ResourceTemplate": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ResourceTemplate"\n ]\n },\n "description": "A template description for resources available on the server.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this template is for.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "mimeType": {\n "description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uriTemplate": {\n "description": "A URI template (according to RFC 6570) that can be used to construct resource URIs.",\n "format": "uri-template",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uriTemplate"\n ]\n },\n "MCPProvider": {\n "description": "Represents the service provider of an MCP server.",\n "type": "object",\n "additionalProperties": false,\n "required": [\n "organization",\n "url"\n ],\n "properties": {\n "organization": {\n "description": "MCP provider\'s organization name.",\n "type": "string"\n },\n "url": {\n "description": "MCP provider\'s URL.",\n "type": "string"\n }\n },\n "examples": [\n {\n "organization": "Google",\n "url": "https://ai.google.dev"\n }\n ]\n },\n "SseTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#SseTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind",\n "ssePath"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'sse\' for Server-Sent Events transport",\n "type": "string",\n "const": "sse"\n },\n "ssePath": {\n "type": "string",\n "description": "Path to the SSE endpoint"\n },\n "messagesPath": {\n "type": "string",\n "description": "Path to the messages endpoint"\n }\n },\n "additionalProperties": false\n },\n "StdioTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StdioTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'stdio\' for standard input/output transport",\n "type": "string",\n "const": "stdio"\n },\n "instructions": {\n "type": "string",\n "description": "The instructions to run the mcp server"\n }\n },\n "additionalProperties": false\n },\n "StreamableHttpTransport": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Transport",\n "http://anypoint.com/vocabs/mcp#StreamableHttpTransport"\n ],\n "@base": "http://anypoint.com/vocabs/mcp#"\n },\n "required": [\n "kind"\n ],\n "properties": {\n "kind": {\n "description": "The transport type - must be \'streamableHttp\' for streamable HTTP transport",\n "type": "string",\n "const": "streamableHttp"\n },\n "path": {\n "type": "string",\n "description": "Path to the mcp endpoint"\n }\n },\n "additionalProperties": false\n },\n "MCPTransport": {\n "type": "object",\n "additionalProperties": true,\n "description": "The transport protocol configuration for the MCP server",\n "anyOf": [\n {\n "$ref": "#/definitions/SseTransport"\n },\n {\n "$ref": "#/definitions/StreamableHttpTransport"\n },\n {\n "$ref": "#/definitions/StdioTransport"\n }\n ]\n },\n "Tool": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Tool"\n ]\n },\n "description": "Definition for a tool the client can call.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional additional tool information.\\n\\nDisplay name precedence order is: title, annotations.title, then name.",\n "$ref": "#/definitions/ToolAnnotations"\n },\n "description": {\n "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "execution": {\n "description": "Execution-related properties for this tool.",\n "$ref": "#/definitions/ToolExecution"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "inputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolInputSchema"\n ]\n },\n "description": "A JSON Schema object defining the expected parameters for the tool.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the input schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "outputSchema": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolOutputSchema"\n ]\n },\n "description": "An optional JSON Schema object defining the structure of the tool\'s output returned in\\nthe structuredContent field of a CallToolResult.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "$schema": {\n "type": "string",\n "description": "The JSON Schema version URI"\n },\n "properties": {\n "description": "An object defining the properties of the output schema",\n "additionalProperties": {\n "additionalProperties": true,\n "properties": {},\n "type": "object"\n },\n "type": "object"\n },\n "required": {\n "description": "An array of required property names",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "type": {\n "description": "The type of the schema root - must be \'object\'",\n "const": "object",\n "type": "string"\n }\n },\n "required": [\n "type"\n ]\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "inputSchema",\n "name"\n ]\n },\n "ToolExecution": {\n "description": "Execution-related properties for a tool.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "taskSupport": {\n "description": "Indicates whether this tool supports task-augmented execution.\\nThis allows clients to handle long-running operations through polling\\nthe task system.\\n\\n- \\"forbidden\\": Tool does not support task-augmented execution (default when absent)\\n- \\"optional\\": Tool may support task-augmented execution\\n- \\"required\\": Tool requires task-augmented execution\\n\\nDefault: \\"forbidden\\"",\n "enum": [\n "forbidden",\n "optional",\n "required"\n ],\n "type": "string"\n }\n }\n },\n "ToolAnnotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#ToolAnnotations"\n ]\n },\n "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "destructiveHint": {\n "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n "type": "boolean"\n },\n "idempotentHint": {\n "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n "type": "boolean"\n },\n "openWorldHint": {\n "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n "type": "boolean"\n },\n "readOnlyHint": {\n "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n "type": "boolean"\n },\n "title": {\n "description": "A human-readable title for the tool.",\n "type": "string"\n }\n }\n },\n "Prompt": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Prompt"\n ]\n },\n "description": "A prompt or prompt template that the server offers.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "arguments": {\n "description": "A list of arguments to use for templating the prompt.",\n "items": {\n "$ref": "#/definitions/PromptArgument"\n },\n "type": "array"\n },\n "description": {\n "description": "An optional description of what this prompt provides",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "PromptArgument": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#PromptArgument"\n ]\n },\n "description": "Describes an argument that a prompt can accept.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "description": {\n "description": "A human-readable description of the argument.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "required": {\n "description": "Whether this argument must be provided.",\n "type": "boolean"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n }\n },\n "required": [\n "name"\n ]\n },\n "Resource": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Resource"\n ]\n },\n "description": "A known resource that the server is capable of reading.",\n "type": "object",\n "additionalProperties": true,\n "properties": {\n "_meta": {\n "additionalProperties": {},\n "description": "See [General fields: `_meta`](/specification/2025-06-18/basic/index#meta) for notes on `_meta` usage.",\n "type": "object"\n },\n "annotations": {\n "description": "Optional annotations for the client.",\n "$ref": "#/definitions/Annotations"\n },\n "description": {\n "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n "type": "string"\n },\n "icons": {\n "description": "Optional set of sized icons that the client can display in a user interface.\\n\\nClients that support rendering icons MUST support at least the following MIME types:\\n- `image/png` - PNG images (safe, universal compatibility)\\n- `image/jpeg` (and `image/jpg`) - JPEG images (safe, universal compatibility)\\n\\nClients that support rendering icons SHOULD also support:\\n- `image/svg+xml` - SVG images (scalable but requires security precautions)\\n- `image/webp` - WebP images (modern, efficient format)",\n "items": {\n "$ref": "#/definitions/Icon"\n },\n "type": "array"\n },\n "mimeType": {\n "description": "The MIME type of this resource, if known.",\n "type": "string"\n },\n "name": {\n "description": "Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn\'t present).",\n "type": "string"\n },\n "size": {\n "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n "type": "integer"\n },\n "title": {\n "description": "Intended for UI and end-user contexts \u2014 optimized to be human-readable and easily understood,\\neven by those unfamiliar with domain-specific terminology.\\n\\nIf not provided, the name should be used for display (except for Tool,\\nwhere `annotations.title` should be given precedence over using `name`,\\nif present).",\n "type": "string"\n },\n "uri": {\n "description": "The URI of this resource.",\n "format": "uri",\n "type": "string"\n }\n },\n "required": [\n "name",\n "uri"\n ]\n },\n "Annotations": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Annotations"\n ]\n },\n "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "audience": {\n "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n "items": {\n "$ref": "#/definitions/Role"\n },\n "type": "array"\n },\n "lastModified": {\n "description": "The moment the resource was last modified, as an ISO 8601 formatted string.\\n\\nShould be an ISO 8601 formatted string (e.g., \\"2025-01-12T15:00:58Z\\").\\n\\nExamples: last activity timestamp in an open file, timestamp when the resource\\nwas attached, etc.",\n "type": "string"\n },\n "priority": {\n "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n "maximum": 1,\n "minimum": 0,\n "type": "number"\n }\n }\n },\n "Role": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/mcp#Role"\n ]\n },\n "description": "The sender or recipient of messages and data in a conversation.",\n "enum": [\n "assistant",\n "user"\n ],\n "type": "string"\n },\n "Icon": {\n "description": "An optionally-sized icon that can be displayed in a user interface.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "mimeType": {\n "description": "Optional MIME type override if the source MIME type is missing or generic.\\nFor example: `\\"image/png\\"`, `\\"image/jpeg\\"`, or `\\"image/svg+xml\\"`.",\n "type": "string"\n },\n "sizes": {\n "description": "Optional array of strings that specify sizes at which the icon can be used.\\nEach string should be in WxH format (e.g., `\\"48x48\\"`, `\\"96x96\\"`) or `\\"any\\"` for scalable formats like SVG.\\n\\nIf not provided, the client should assume that the icon can be used at any size.",\n "items": {\n "type": "string"\n },\n "type": "array"\n },\n "src": {\n "description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\\n`data:` URI with Base64-encoded image data.\\n\\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\\nsame domain as the client/server or a trusted domain.\\n\\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\\nexecutable JavaScript.",\n "format": "uri",\n "type": "string"\n },\n "theme": {\n "description": "Optional specifier for the theme this icon is designed for. `light` indicates\\nthe icon is designed to be used with a light background, and `dark` indicates\\nthe icon is designed to be used with a dark background.\\n\\nIf not provided, the client should assume the icon can be used with any theme.",\n "enum": [\n "dark",\n "light"\n ],\n "type": "string"\n }\n },\n "required": [\n "src"\n ]\n },\n "SecurityScheme": {\n "anyOf": [\n {\n "$ref": "#/definitions/APIKeySecurityScheme"\n },\n {\n "$ref": "#/definitions/HTTPAuthSecurityScheme"\n },\n {\n "$ref": "#/definitions/OAuth2SecurityScheme"\n },\n {\n "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n },\n {\n "$ref": "#/definitions/MutualTLSSecurityScheme"\n }\n ],\n "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n },\n "APIKeySecurityScheme": {\n "description": "Defines a security scheme using an API key.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "in": {\n "description": "The location of the API key.",\n "enum": [\n "cookie",\n "header",\n "query"\n ],\n "type": "string"\n },\n "name": {\n "description": "The name of the header, query, or cookie parameter to be used.",\n "type": "string"\n },\n "type": {\n "const": "apiKey",\n "description": "The type of the security scheme. Must be \'apiKey\'.",\n "type": "string"\n }\n },\n "required": [\n "in",\n "name",\n "type"\n ],\n "type": "object"\n },\n "HTTPAuthSecurityScheme": {\n "description": "Defines a security scheme using HTTP authentication.",\n "properties": {\n "bearerFormat": {\n "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n "type": "string"\n },\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "scheme": {\n "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n "type": "string"\n },\n "type": {\n "const": "http",\n "description": "The type of the security scheme. Must be \'http\'.",\n "type": "string"\n }\n },\n "required": [\n "scheme",\n "type"\n ],\n "type": "object"\n },\n "OAuth2SecurityScheme": {\n "description": "Defines a security scheme using OAuth 2.0.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "flows": {\n "description": "An object containing configuration information for the supported OAuth 2.0 flows.",\n "$ref": "#/definitions/OAuthFlows"\n },\n "oauth2MetadataUrl": {\n "description": "URL to the oauth2 authorization server metadata\\n[RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.",\n "type": "string"\n },\n "type": {\n "const": "oauth2",\n "description": "The type of the security scheme. Must be \'oauth2\'.",\n "type": "string"\n }\n },\n "required": [\n "flows",\n "type"\n ],\n "type": "object"\n },\n "OpenIdConnectSecurityScheme": {\n "description": "Defines a security scheme using OpenID Connect.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "openIdConnectUrl": {\n "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n "type": "string"\n },\n "type": {\n "const": "openIdConnect",\n "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n "type": "string"\n }\n },\n "required": [\n "openIdConnectUrl",\n "type"\n ],\n "type": "object"\n },\n "MutualTLSSecurityScheme": {\n "description": "Defines a security scheme using mTLS authentication.",\n "properties": {\n "description": {\n "description": "An optional description for the security scheme.",\n "type": "string"\n },\n "type": {\n "const": "mutualTLS",\n "description": "The type of the security scheme. Must be \'mutualTLS\'.",\n "type": "string"\n }\n },\n "required": [\n "type"\n ],\n "type": "object"\n },\n "OAuthFlows": {\n "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n "properties": {\n "authorizationCode": {\n "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.",\n "$ref": "#/definitions/AuthorizationCodeOAuthFlow"\n },\n "clientCredentials": {\n "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.",\n "$ref": "#/definitions/ClientCredentialsOAuthFlow"\n },\n "implicit": {\n "description": "Configuration for the OAuth Implicit flow.",\n "$ref": "#/definitions/ImplicitOAuthFlow"\n },\n "password": {\n "description": "Configuration for the OAuth Resource Owner Password flow.",\n "$ref": "#/definitions/PasswordOAuthFlow"\n }\n },\n "type": "object"\n },\n "AuthorizationCodeOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n "type": "string"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ClientCredentialsOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n },\n "ImplicitOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n "properties": {\n "authorizationUrl": {\n "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n },\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n }\n },\n "required": [\n "authorizationUrl",\n "scopes"\n ],\n "type": "object"\n },\n "PasswordOAuthFlow": {\n "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n "properties": {\n "refreshUrl": {\n "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n "type": "string"\n },\n "scopes": {\n "additionalProperties": {\n "type": "string"\n },\n "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n "type": "object"\n },\n "tokenUrl": {\n "description": "The token URL to be used for this flow. This MUST be a URL.",\n "type": "string"\n }\n },\n "required": [\n "scopes",\n "tokenUrl"\n ],\n "type": "object"\n }\n }\n}\n'}
735
735
  NJa.prototype=new l;NJa.prototype.constructor=NJa;n(NJa,"amf.mcp.internal.spec.MCPSchemaContent$",{nSe:1});var OJa;function PJa(){}PJa.prototype=new l;PJa.prototype.constructor=PJa;
736
736
  PJa.prototype.OtherCard=function(){QJa||(QJa=new RJa);var a=gb();a=new qy(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());SJa||(SJa=new ry);var b=SJa;TJa||(TJa=new UJa);var c=TJa;var e=new VJa,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new sy(a)};
737
737
  n(PJa,"amf.othercard.client.platform.OtherCardConfiguration$",{rSe:1});var WJa;function RJa(){}RJa.prototype=new l;RJa.prototype.constructor=RJa;n(RJa,"amf.othercard.client.scala.OtherCardConfiguration$",{uSe:1});var QJa;