@echoes-io/mcp-server 1.9.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,8 +65,9 @@ Then configure:
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
**Optional RAG Configuration:**
|
|
68
|
-
- `ECHOES_RAG_PROVIDER`: Embedding provider (`e5-small`, `
|
|
68
|
+
- `ECHOES_RAG_PROVIDER`: Embedding provider (`e5-small`, `embeddinggemma`, `gemini`, or `openai`). Default: `e5-small`
|
|
69
69
|
- `ECHOES_GEMINI_API_KEY`: Required if using `gemini` provider
|
|
70
|
+
- `ECHOES_OPENAI_API_KEY`: Required if using `openai` provider
|
|
70
71
|
|
|
71
72
|
## Execution Modes
|
|
72
73
|
|
package/package.json
CHANGED