We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954df59 commit 78654daCopy full SHA for 78654da
pkg/registry/data/registry.json
@@ -352,7 +352,7 @@
352
"transport": "stdio"
353
},
354
"elasticsearch": {
355
- "args": [],
+ "args": ["http"],
356
"description": "Connect to your Elasticsearch data directly from any MCP Client.",
357
"env_vars": [
358
{
@@ -430,14 +430,16 @@
430
"metrics",
431
"logs"
432
],
433
+ "target_port": 8080,
434
"tier": "Official",
435
"tools": [
436
+ "esql",
437
"get_mappings",
438
"get_shards",
439
"list_indices",
440
"search"
441
- "transport": "stdio"
442
+ "transport": "streamable-http"
443
444
"buildkite": {
445
"args": [
0 commit comments