opensearch-project/opensearch-mcp-server-py

[BUG] Tools take a long time to respond

Open

#185 ouverte le 2 mars 2026

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)Python (90 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (128 stars)
Métriques de merge PR
 (Merge moyen 7j 7h) (12 PRs mergées en 30 j)

Description

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

Guide contributeur