opensearch-project/opensearch-mcp-server-py

[BUG] Tools take a long time to respond

Open

#185 geöffnet am 2. März 2026

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (90 Forks)auto 404
buggood first issue

Repository-Metriken

Stars
 (128 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 7h) (12 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide