Commit dc9205e
committed
Docs: Clarify ES_API_KEY usage and version compatibility
This commit enhances the documentation to provide clearer guidance on Elasticsearch API key (ES_API_KEY) usage:
- **config-elasticsearch-example.json:** Added a note under the HTTP configuration to clarify that the is set on the standalone Elasticsearch MCP server (e.g., via a command), not within this file when using HTTP mode.
- **IMPLEMENTATION_PLAN.md:** Updated Phase 2.1 to explicitly state that is supported on Elasticsearch 8.x+ (and 7.x+) and to differentiate where it should be configured for stdio mode (in 's env block) versus HTTP mode (on the external MCP server's startup command).
These changes aim to prevent confusion regarding API key compatibility with Elasticsearch versions and its configuration location based on the connection mode.
AI-assisted-by: Gemini1 parent 83b406f commit dc9205e
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments