View a markdown version of this page

McpServerTargetConfiguration - Amazon Bedrock AgentCore Control Plane

McpServerTargetConfiguration

The target configuration for the MCP server.

Contents

endpoint

The endpoint for the MCP server target configuration.

Type: String

Pattern: https://.*

Required: Yes

listingMode

The listing mode for the MCP server target configuration. MCP resources for default targets are cached at the control plane for faster access. MCP resources for dynamic targets will be dynamically retrieved when listing tools.

Type: String

Valid Values: DEFAULT | DYNAMIC

Required: No

mcpToolSchema

The tool schema configuration for the MCP server target. Supported only when the credential provider is configured with an authorization code grant type. Dynamic tool discovery/synchronization will be disabled when target is configured with mcpToolSchema.

Type: McpToolSchemaConfiguration object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

resourcePriority

Priority for resolving MCP server targets with shared resource URIs. Lower values take precedence. Defaults to 1000 when not set.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 1000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: