@devflow-tools/mcp-server 0.18.29 → 0.18.30
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"blockedNative": [],
|
|
10
10
|
"source": "core",
|
|
11
|
-
"sourceVersion": "0.18.
|
|
11
|
+
"sourceVersion": "0.18.30",
|
|
12
12
|
"requiresContext": false,
|
|
13
13
|
"evidenceMode": "runtime",
|
|
14
14
|
"skillPath": "skills/devflow:doctor/SKILL.md",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"WebFetch"
|
|
36
36
|
],
|
|
37
37
|
"source": "core",
|
|
38
|
-
"sourceVersion": "0.18.
|
|
38
|
+
"sourceVersion": "0.18.30",
|
|
39
39
|
"requiresContext": true,
|
|
40
40
|
"evidenceMode": "mixed",
|
|
41
41
|
"skillPath": "skills/devflow:context/SKILL.md",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Explore"
|
|
61
61
|
],
|
|
62
62
|
"source": "core",
|
|
63
|
-
"sourceVersion": "0.18.
|
|
63
|
+
"sourceVersion": "0.18.30",
|
|
64
64
|
"requiresContext": true,
|
|
65
65
|
"evidenceMode": "mixed",
|
|
66
66
|
"skillPath": "skills/devflow:graph/SKILL.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"WebFetch"
|
|
80
80
|
],
|
|
81
81
|
"source": "core",
|
|
82
|
-
"sourceVersion": "0.18.
|
|
82
|
+
"sourceVersion": "0.18.30",
|
|
83
83
|
"requiresContext": true,
|
|
84
84
|
"evidenceMode": "mixed",
|
|
85
85
|
"skillPath": "skills/devflow:knowledge/SKILL.md",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"Explore"
|
|
104
104
|
],
|
|
105
105
|
"source": "core",
|
|
106
|
-
"sourceVersion": "0.18.
|
|
106
|
+
"sourceVersion": "0.18.30",
|
|
107
107
|
"requiresContext": true,
|
|
108
108
|
"evidenceMode": "mixed",
|
|
109
109
|
"skillPath": "skills/devflow:memory/SKILL.md",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
],
|
|
120
120
|
"blockedNative": [],
|
|
121
121
|
"source": "core",
|
|
122
|
-
"sourceVersion": "0.18.
|
|
122
|
+
"sourceVersion": "0.18.30",
|
|
123
123
|
"requiresContext": true,
|
|
124
124
|
"evidenceMode": "mixed",
|
|
125
125
|
"skillPath": "skills/devflow:workflow/SKILL.md",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
],
|
|
151
151
|
"blockedNative": [],
|
|
152
152
|
"source": "core",
|
|
153
|
-
"sourceVersion": "0.18.
|
|
153
|
+
"sourceVersion": "0.18.30",
|
|
154
154
|
"requiresContext": true,
|
|
155
155
|
"evidenceMode": "mixed",
|
|
156
156
|
"skillPath": "skills/devflow:delivery/SKILL.md",
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type DeliveryLineFacade } from '@devflow-tools/delivery-line';
|
|
2
|
+
export type TrustedDeliveryFacade = Pick<DeliveryLineFacade, 'pendingDecision' | 'resolveTrustedDecision' | 'status'>;
|
|
3
|
+
/** Application-layer composition for trusted host decisions. Domain packages stay below the hook runtime. */
|
|
4
|
+
export declare function createTrustedDeliveryFacade(projectRoot: string): TrustedDeliveryFacade;
|
|
5
|
+
//# sourceMappingURL=trusted-delivery-runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trusted-delivery-runtime.d.ts","sourceRoot":"","sources":["../src/trusted-delivery-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEjG,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,kBAAkB,EAAE,iBAAiB,GAAG,wBAAwB,GAAG,QAAQ,CAAC,CAAC;AAEtH,6GAA6G;AAC7G,wBAAgB,2BAA2B,CAAC,WAAW,EAAE,MAAM,GAAG,qBAAqB,CAEtF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createDeliveryLineFacade } from '@devflow-tools/delivery-line';
|
|
2
|
+
/** Application-layer composition for trusted host decisions. Domain packages stay below the hook runtime. */
|
|
3
|
+
export function createTrustedDeliveryFacade(projectRoot) {
|
|
4
|
+
return createDeliveryLineFacade(projectRoot);
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=trusted-delivery-runtime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trusted-delivery-runtime.js","sourceRoot":"","sources":["../src/trusted-delivery-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,8BAA8B,CAAC;AAIjG,6GAA6G;AAC7G,MAAM,UAAU,2BAA2B,CAAC,WAAmB;IAC7D,OAAO,wBAAwB,CAAC,WAAW,CAAC,CAAC;AAC/C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/mcp-server",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"./retrieval": {
|
|
13
13
|
"import": "./dist/retrieval-composition.js",
|
|
14
14
|
"types": "./dist/retrieval-composition.d.ts"
|
|
15
|
+
},
|
|
16
|
+
"./trusted-delivery-runtime": {
|
|
17
|
+
"import": "./dist/trusted-delivery-runtime.js",
|
|
18
|
+
"types": "./dist/trusted-delivery-runtime.d.ts"
|
|
15
19
|
}
|
|
16
20
|
},
|
|
17
21
|
"bin": {
|
|
@@ -25,18 +29,18 @@
|
|
|
25
29
|
"clean": "rm -rf dist"
|
|
26
30
|
},
|
|
27
31
|
"dependencies": {
|
|
28
|
-
"@devflow-tools/context-engine": "0.18.
|
|
29
|
-
"@devflow-tools/database": "0.18.
|
|
30
|
-
"@devflow-tools/delivery-line": "0.18.
|
|
31
|
-
"@devflow-tools/knowledge-engine": "0.18.
|
|
32
|
-
"@devflow-tools/memory-engine": "0.18.
|
|
33
|
-
"@devflow-tools/provider-runtime": "0.18.
|
|
34
|
-
"@devflow-tools/retrieval-engine": "0.18.
|
|
35
|
-
"@devflow-tools/sdk": "0.18.
|
|
36
|
-
"@devflow-tools/semantic-engine": "0.18.
|
|
37
|
-
"@devflow-tools/task-runtime": "0.18.
|
|
38
|
-
"@devflow-tools/telemetry": "0.18.
|
|
39
|
-
"@devflow-tools/workflow-engine": "0.18.
|
|
32
|
+
"@devflow-tools/context-engine": "0.18.30",
|
|
33
|
+
"@devflow-tools/database": "0.18.30",
|
|
34
|
+
"@devflow-tools/delivery-line": "0.18.30",
|
|
35
|
+
"@devflow-tools/knowledge-engine": "0.18.30",
|
|
36
|
+
"@devflow-tools/memory-engine": "0.18.30",
|
|
37
|
+
"@devflow-tools/provider-runtime": "0.18.30",
|
|
38
|
+
"@devflow-tools/retrieval-engine": "0.18.30",
|
|
39
|
+
"@devflow-tools/sdk": "0.18.30",
|
|
40
|
+
"@devflow-tools/semantic-engine": "0.18.30",
|
|
41
|
+
"@devflow-tools/task-runtime": "0.18.30",
|
|
42
|
+
"@devflow-tools/telemetry": "0.18.30",
|
|
43
|
+
"@devflow-tools/workflow-engine": "0.18.30",
|
|
40
44
|
"@modelcontextprotocol/sdk": "^1.30.0"
|
|
41
45
|
},
|
|
42
46
|
"devDependencies": {
|