generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 616
Open
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.
Description
What do you want to do?
https://docs.opensearch.org/latest/ml-commons-plugin/agents-tools/mcp/mcp-connector/#enable-mcp-and-configure-trusted-connector-endpoints
In below command it should be PUT instead of POST
POST /_cluster/settings/
{
"persistent": {
"plugins.ml_commons.trusted_connector_endpoints_regex": [
""
],
"plugins.ml_commons.mcp_connector_enabled": "true"
}
}
- Request a change to existing documentation
- Report a technical problem with the documentation
Tell us about your request. Provide a summary of the request.
Version: List the OpenSearch version to which this issue applies, 3.x
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Metadata
Metadata
Assignees
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.