Skip to content

Commit 78654da

Browse files
authored
Fix elasticsearch in registry (#1061)
1 parent 954df59 commit 78654da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/registry/data/registry.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"transport": "stdio"
353353
},
354354
"elasticsearch": {
355-
"args": [],
355+
"args": ["http"],
356356
"description": "Connect to your Elasticsearch data directly from any MCP Client.",
357357
"env_vars": [
358358
{
@@ -430,14 +430,16 @@
430430
"metrics",
431431
"logs"
432432
],
433+
"target_port": 8080,
433434
"tier": "Official",
434435
"tools": [
436+
"esql",
435437
"get_mappings",
436438
"get_shards",
437439
"list_indices",
438440
"search"
439441
],
440-
"transport": "stdio"
442+
"transport": "streamable-http"
441443
},
442444
"buildkite": {
443445
"args": [

0 commit comments

Comments
 (0)