Replies: 1 comment 1 reply
-
|
Thanks for starting the discussion @tomikonio . I found the root cause of the issue: https://github.com/opensearch-project/opensearch-mcp-server-py/blob/51cd164055852971f24b7e02349cff5723b61ad4/src/opensearch/helper.py#L59C1-L73C56 We are trying to perform This is a bug which needs to be addressed. Can you please create an issue for this? Quick Fix for you:
Potential ways to resolve the bug:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m trying to use the MCP with a user that has read-only access to a specific index. However, I encounter the following error when I run the MCP server (using
uvx opensearch-mcp-server-py):Opensearch version:
v 1.3.2Is there a way to run the MCP with such a limited-permission user? We only need access to that specific index and don’t require broader permissions.
UPDATE:
When I try to use it with a URL that points to the specific index (i.e.
<URL>/<index_name>), I get the follwoing error:When trying to run it with this URL:
<URL>/<index_name>-*/_search, we get the following error:Beta Was this translation helpful? Give feedback.
All reactions