feat(ql3): expose redacted log tails over local mcp

This commit is contained in:
whyour
2026-08-14 18:59:29 +08:00
parent fef0fe2bd1
commit 82adb9ace2
20 changed files with 750 additions and 354 deletions
+9 -1
View File
@@ -2,7 +2,7 @@
"name": "@qinglong/local-command-file",
"version": "3.0.0-alpha.0",
"private": true,
"description": "QingLong 3.0 bounded private durable command-file protocol",
"description": "QingLong 3.0 bounded private local file authorities",
"license": "Apache-2.0",
"engines": {
"node": ">=24.18.0 <25"
@@ -14,6 +14,11 @@
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./artifact-read": {
"types": "./dist/artifact-read/localRunAttemptLogRangeReader.d.ts",
"require": "./dist/artifact-read/localRunAttemptLogRangeReader.js",
"default": "./dist/artifact-read/localRunAttemptLogRangeReader.js"
}
},
"files": [
@@ -25,6 +30,9 @@
"check": "node ../../scripts/ql3-build-package-closure.cjs && tsc -p tsconfig.json --noEmit",
"test": "node ../../scripts/ql3-build-package-closure.cjs && node --test test/*.test.cjs"
},
"dependencies": {
"@qinglong/runtime-core": "workspace:*"
},
"devDependencies": {
"@types/node": "24.13.3",
"typescript": "5.9.3"