cortex-engine 0.4.0 → 0.4.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ npm run test:watch
|
|
|
65
65
|
|
|
66
66
|
| Variable | Required | Description |
|
|
67
67
|
|----------|----------|-------------|
|
|
68
|
-
| `CORTEX_API_TOKEN` |
|
|
68
|
+
| `CORTEX_API_TOKEN` | Optional | Used by the `cortex-telemetry` hook to send retrieval feedback to the cortex API. Not required to run the MCP server. |
|
|
69
69
|
|
|
70
70
|
Additional variables are required depending on which providers you enable (Firestore, Vertex AI, OpenAI, etc.). See `docs/` for provider-specific configuration.
|
|
71
71
|
|