opensearch-project/opensearch-mcp-server-py

[BUG] Tools take a long time to respond

オープン

#185 opened on 2026/03/02

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)Python (90 件のフォーク)auto 404
buggood first issue

Repository metrics

Stars
 (128 個のスター)
PR merge metrics
 (平均マージ 7d 7h) (30d で 12 merged PRs)

説明

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

コントリビューターガイド