@gamaze/hicortex 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/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/mcp-server.js
CHANGED
|
@@ -231,7 +231,7 @@ function createMcpServer() {
|
|
|
231
231
|
// ---------------------------------------------------------------------------
|
|
232
232
|
async function startServer(options = {}) {
|
|
233
233
|
const port = options.port ?? 8787;
|
|
234
|
-
const host = options.host ?? "
|
|
234
|
+
const host = options.host ?? "0.0.0.0";
|
|
235
235
|
// Initialize core
|
|
236
236
|
const dbPath = (0, db_js_1.resolveDbPath)(options.dbPath);
|
|
237
237
|
console.log(`[hicortex] Initializing database at ${dbPath}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gamaze/hicortex",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Human-like memory for self-improving AI agents. Automatic capturing, nightly reflection, and cross-agent learning. Works with Claude Code and OpenClaw.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|