@@ -85,7 +85,7 @@ Using `uvx` will automatically install the package from PyPI, no need to clone t
85
85
" elasticsearch-mcp-server"
86
86
],
87
87
"env" : {
88
- "ELASTICSEARCH_HOST " : " https://localhost:9200" ,
88
+ "ELASTICSEARCH_HOSTS " : " https://localhost:9200" ,
89
89
"ELASTICSEARCH_USERNAME" : " elastic" ,
90
90
"ELASTICSEARCH_PASSWORD" : " test123"
91
91
}
@@ -102,7 +102,7 @@ Using `uvx` will automatically install the package from PyPI, no need to clone t
102
102
" opensearch-mcp-server"
103
103
],
104
104
"env" : {
105
- "OPENSEARCH_HOST " : " https://localhost:9200" ,
105
+ "OPENSEARCH_HOSTS " : " https://localhost:9200" ,
106
106
"OPENSEARCH_USERNAME" : " admin" ,
107
107
"OPENSEARCH_PASSWORD" : " admin"
108
108
}
@@ -128,7 +128,7 @@ Using `uv` requires cloning the repository locally and specifying the path to th
128
128
" elasticsearch-mcp-server"
129
129
],
130
130
"env" : {
131
- "ELASTICSEARCH_HOST " : " https://localhost:9200" ,
131
+ "ELASTICSEARCH_HOSTS " : " https://localhost:9200" ,
132
132
"ELASTICSEARCH_USERNAME" : " elastic" ,
133
133
"ELASTICSEARCH_PASSWORD" : " test123"
134
134
}
@@ -148,7 +148,7 @@ Using `uv` requires cloning the repository locally and specifying the path to th
148
148
" opensearch-mcp-server"
149
149
],
150
150
"env" : {
151
- "OPENSEARCH_HOST " : " https://localhost:9200" ,
151
+ "OPENSEARCH_HOSTS " : " https://localhost:9200" ,
152
152
"OPENSEARCH_USERNAME" : " admin" ,
153
153
"OPENSEARCH_PASSWORD" : " admin"
154
154
}
0 commit comments