@debian777/kairos-mcp 3.2.0-pre.2 → 3.2.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 +24 -22
- package/dist/.tsbuildinfo +1 -1
- package/dist/embed-docs/mem/00000000-0000-0000-0000-000000002001.md +1 -1
- package/dist/embed-docs/mem/00000000-0000-0000-0000-000000002002.md +1 -1
- package/dist/utils/structured-logger.d.ts +1 -1
- package/dist/utils/structured-logger.js +1 -1
- package/package.json +1 -1
|
@@ -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