Skip to content

Commit c48e2fb

Browse files
authored
Host environment variables
Corrected README example with the right host environment variables (missing 'S' added).
1 parent c1cd7e4 commit c48e2fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Using `uvx` will automatically install the package from PyPI, no need to clone t
8585
"elasticsearch-mcp-server"
8686
],
8787
"env": {
88-
"ELASTICSEARCH_HOST": "https://localhost:9200",
88+
"ELASTICSEARCH_HOSTS": "https://localhost:9200",
8989
"ELASTICSEARCH_USERNAME": "elastic",
9090
"ELASTICSEARCH_PASSWORD": "test123"
9191
}
@@ -102,7 +102,7 @@ Using `uvx` will automatically install the package from PyPI, no need to clone t
102102
"opensearch-mcp-server"
103103
],
104104
"env": {
105-
"OPENSEARCH_HOST": "https://localhost:9200",
105+
"OPENSEARCH_HOSTS": "https://localhost:9200",
106106
"OPENSEARCH_USERNAME": "admin",
107107
"OPENSEARCH_PASSWORD": "admin"
108108
}
@@ -128,7 +128,7 @@ Using `uv` requires cloning the repository locally and specifying the path to th
128128
"elasticsearch-mcp-server"
129129
],
130130
"env": {
131-
"ELASTICSEARCH_HOST": "https://localhost:9200",
131+
"ELASTICSEARCH_HOSTS": "https://localhost:9200",
132132
"ELASTICSEARCH_USERNAME": "elastic",
133133
"ELASTICSEARCH_PASSWORD": "test123"
134134
}
@@ -148,7 +148,7 @@ Using `uv` requires cloning the repository locally and specifying the path to th
148148
"opensearch-mcp-server"
149149
],
150150
"env": {
151-
"OPENSEARCH_HOST": "https://localhost:9200",
151+
"OPENSEARCH_HOSTS": "https://localhost:9200",
152152
"OPENSEARCH_USERNAME": "admin",
153153
"OPENSEARCH_PASSWORD": "admin"
154154
}

0 commit comments

Comments
 (0)