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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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` | Yes | Authentication token for the HTTP API |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-engine",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Portable cognitive engine for AI agents — storage, embeddings, memory, FSRS, and MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",