@debian777/kairos-mcp 3.2.0-pre.2 → 3.2.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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- version: "3.2.0-pre.2"
2
+ version: "3.2.0"
3
3
 
4
4
  title: Create New KAIROS Protocol Chain
5
5
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- version: "3.2.0-pre.2"
2
+ version: "3.2.0"
3
3
 
4
4
  title: Get help refining your search
5
5
  ---
@@ -2,7 +2,7 @@
2
2
  * Structured HTTP Access Logging for KAIROS MCP
3
3
  *
4
4
  * Uses shared Pino backend (log-core) for consistent JSON shape.
5
- * See docs/logging.md for levels, standard fields, and usage.
5
+ * See docs/architecture/logging.md for levels, standard fields, and usage.
6
6
  *
7
7
  * Features:
8
8
  * - request_id, client_ip, duration_ms, error_code
@@ -2,7 +2,7 @@
2
2
  * Structured HTTP Access Logging for KAIROS MCP
3
3
  *
4
4
  * Uses shared Pino backend (log-core) for consistent JSON shape.
5
- * See docs/logging.md for levels, standard fields, and usage.
5
+ * See docs/architecture/logging.md for levels, standard fields, and usage.
6
6
  *
7
7
  * Features:
8
8
  * - request_id, client_ip, duration_ms, error_code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debian777/kairos-mcp",
3
- "version": "3.2.0-pre.2",
3
+ "version": "3.2.0",
4
4
  "description": "kairos MCP Server - AI Knowledge Memory System for AI Agent Consciousness Infrastructure",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",