opensearch-project/opensearch-mcp-server-py
在 GitHub 查看[BUG] Tools take a long time to respond
Open
#185 创建于 2026年3月2日
buggood first issue
仓库指标
- Star
- (128 star)
- PR 合并指标
- (平均合并 7天 7小时) (30 天内合并 12 个 PR)
描述
What is the bug?
In the OpenSearch MCP server we make unnecessary calls to OpenSearch cluster for version validation and other auxiliary tasks. This increases the latency of the tools.
How can one reproduce the bug?
Make a cat indices API call and the use OpenSearch MCP server list indices tool. The latency from MCP tool is ~2x
What is the expected behavior?
The latency from the tools should be very close to raw API call
Solution
Do not make multiple HTTP calls when unnecessary