@enfyra/mcp-server 0.1.69 → 0.1.71
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 +1 -1
- package/dist/lib/config-local-adapters.d.ts +18 -0
- package/dist/lib/config-local-adapters.js +271 -0
- package/dist/lib/config-local-adapters.js.map +1 -0
- package/dist/lib/config-local-contracts.d.ts +28 -0
- package/dist/lib/config-local-contracts.js +200 -0
- package/dist/lib/config-local-contracts.js.map +1 -0
- package/dist/lib/config-local-prompts.d.ts +10 -0
- package/dist/lib/config-local-prompts.js +185 -0
- package/dist/lib/config-local-prompts.js.map +1 -0
- package/dist/lib/config-local-types.d.ts +23 -0
- package/dist/lib/config-local-types.js +2 -0
- package/dist/lib/config-local-types.js.map +1 -0
- package/dist/lib/config-local.js +3 -649
- package/dist/lib/config-local.js.map +1 -1
- package/dist/lib/discovery-tools.d.ts +4 -0
- package/dist/lib/discovery-tools.js +546 -0
- package/dist/lib/discovery-tools.js.map +1 -0
- package/dist/lib/dynamic-repository-builder.d.ts +1 -1
- package/dist/lib/dynamic-script-context-contract.d.ts +100 -0
- package/dist/lib/dynamic-script-context-contract.js +163 -0
- package/dist/lib/dynamic-script-context-contract.js.map +1 -0
- package/dist/lib/enfyra-mcp-server.d.ts +3 -0
- package/dist/lib/enfyra-mcp-server.js +79 -0
- package/dist/lib/enfyra-mcp-server.js.map +1 -0
- package/dist/lib/enfyra-tool-logic.d.ts +7 -0
- package/dist/lib/enfyra-tool-logic.js +8 -0
- package/dist/lib/enfyra-tool-logic.js.map +1 -0
- package/dist/lib/enfyra-tool-types.d.ts +27 -0
- package/dist/lib/enfyra-tool-types.js +2 -0
- package/dist/lib/enfyra-tool-types.js.map +1 -0
- package/dist/lib/extension-api-builders.d.ts +17 -0
- package/dist/lib/extension-api-builders.js +235 -0
- package/dist/lib/extension-api-builders.js.map +1 -0
- package/dist/lib/extension-component-builders.d.ts +87 -0
- package/dist/lib/extension-component-builders.js +623 -0
- package/dist/lib/extension-component-builders.js.map +1 -0
- package/dist/lib/extension-contract-review.d.ts +26 -0
- package/dist/lib/extension-contract-review.js +187 -0
- package/dist/lib/extension-contract-review.js.map +1 -0
- package/dist/lib/extension-theme-contract.d.ts +63 -0
- package/dist/lib/extension-theme-contract.js +417 -0
- package/dist/lib/extension-theme-contract.js.map +1 -0
- package/dist/lib/identity-tools.d.ts +4 -0
- package/dist/lib/identity-tools.js +46 -0
- package/dist/lib/identity-tools.js.map +1 -0
- package/dist/lib/log-tools.d.ts +4 -0
- package/dist/lib/log-tools.js +65 -0
- package/dist/lib/log-tools.js.map +1 -0
- package/dist/lib/mcp-example-connect.d.ts +9 -0
- package/dist/lib/mcp-example-connect.js +442 -0
- package/dist/lib/mcp-example-connect.js.map +1 -0
- package/dist/lib/mcp-example-extensions.d.ts +9 -0
- package/dist/lib/mcp-example-extensions.js +729 -0
- package/dist/lib/mcp-example-extensions.js.map +1 -0
- package/dist/lib/mcp-example-files.d.ts +9 -0
- package/dist/lib/mcp-example-files.js +51 -0
- package/dist/lib/mcp-example-files.js.map +1 -0
- package/dist/lib/mcp-example-flows.d.ts +9 -0
- package/dist/lib/mcp-example-flows.js +76 -0
- package/dist/lib/mcp-example-flows.js.map +1 -0
- package/dist/lib/mcp-example-graphql.d.ts +9 -0
- package/dist/lib/mcp-example-graphql.js +57 -0
- package/dist/lib/mcp-example-graphql.js.map +1 -0
- package/dist/lib/mcp-example-handlers-hooks.d.ts +9 -0
- package/dist/lib/mcp-example-handlers-hooks.js +328 -0
- package/dist/lib/mcp-example-handlers-hooks.js.map +1 -0
- package/dist/lib/mcp-example-oauth-setup.d.ts +9 -0
- package/dist/lib/mcp-example-oauth-setup.js +41 -0
- package/dist/lib/mcp-example-oauth-setup.js.map +1 -0
- package/dist/lib/mcp-example-permissions-rls.d.ts +9 -0
- package/dist/lib/mcp-example-permissions-rls.js +210 -0
- package/dist/lib/mcp-example-permissions-rls.js.map +1 -0
- package/dist/lib/mcp-example-queries-deep.d.ts +9 -0
- package/dist/lib/mcp-example-queries-deep.js +220 -0
- package/dist/lib/mcp-example-queries-deep.js.map +1 -0
- package/dist/lib/mcp-example-schema-relations.d.ts +9 -0
- package/dist/lib/mcp-example-schema-relations.js +148 -0
- package/dist/lib/mcp-example-schema-relations.js.map +1 -0
- package/dist/lib/mcp-example-websocket.d.ts +9 -0
- package/dist/lib/mcp-example-websocket.js +103 -0
- package/dist/lib/mcp-example-websocket.js.map +1 -0
- package/dist/lib/mcp-examples.d.ts +5 -5
- package/dist/lib/mcp-examples.js +22 -2394
- package/dist/lib/mcp-examples.js.map +1 -1
- package/dist/lib/method-tools.d.ts +4 -0
- package/dist/lib/method-tools.js +217 -0
- package/dist/lib/method-tools.js.map +1 -0
- package/dist/lib/package-tools.d.ts +4 -0
- package/dist/lib/package-tools.js +98 -0
- package/dist/lib/package-tools.js.map +1 -0
- package/dist/lib/platform-data-operations.d.ts +24 -0
- package/dist/lib/platform-data-operations.js +71 -0
- package/dist/lib/platform-data-operations.js.map +1 -0
- package/dist/lib/platform-endpoint-workflow.d.ts +42 -0
- package/dist/lib/platform-endpoint-workflow.js +382 -0
- package/dist/lib/platform-endpoint-workflow.js.map +1 -0
- package/dist/lib/platform-extension-source.d.ts +487 -0
- package/dist/lib/platform-extension-source.js +524 -0
- package/dist/lib/platform-extension-source.js.map +1 -0
- package/dist/lib/platform-extension-tools.d.ts +1 -0
- package/dist/lib/platform-extension-tools.js +416 -0
- package/dist/lib/platform-extension-tools.js.map +1 -0
- package/dist/lib/platform-extension-ui.d.ts +4 -0
- package/dist/lib/platform-extension-ui.js +5 -0
- package/dist/lib/platform-extension-ui.js.map +1 -0
- package/dist/lib/platform-extension-workflow.d.ts +54 -0
- package/dist/lib/platform-extension-workflow.js +194 -0
- package/dist/lib/platform-extension-workflow.js.map +1 -0
- package/dist/lib/platform-flow-operations.d.ts +554 -0
- package/dist/lib/platform-flow-operations.js +317 -0
- package/dist/lib/platform-flow-operations.js.map +1 -0
- package/dist/lib/platform-flow-tools.d.ts +1 -0
- package/dist/lib/platform-flow-tools.js +248 -0
- package/dist/lib/platform-flow-tools.js.map +1 -0
- package/dist/lib/platform-operation-logic.d.ts +10 -0
- package/dist/lib/platform-operation-logic.js +11 -0
- package/dist/lib/platform-operation-logic.js.map +1 -0
- package/dist/lib/platform-operation-tools.d.ts +1 -324
- package/dist/lib/platform-operation-tools.js +13 -4620
- package/dist/lib/platform-operation-tools.js.map +1 -1
- package/dist/lib/platform-operation-types.d.ts +46 -0
- package/dist/lib/platform-operation-types.js +2 -0
- package/dist/lib/platform-operation-types.js.map +1 -0
- package/dist/lib/platform-policy-tools.d.ts +1 -0
- package/dist/lib/platform-policy-tools.js +248 -0
- package/dist/lib/platform-policy-tools.js.map +1 -0
- package/dist/lib/platform-resource-operations.d.ts +124 -0
- package/dist/lib/platform-resource-operations.js +109 -0
- package/dist/lib/platform-resource-operations.js.map +1 -0
- package/dist/lib/platform-resource-tools.d.ts +1 -0
- package/dist/lib/platform-resource-tools.js +70 -0
- package/dist/lib/platform-resource-tools.js.map +1 -0
- package/dist/lib/platform-route-operations.d.ts +222 -0
- package/dist/lib/platform-route-operations.js +290 -0
- package/dist/lib/platform-route-operations.js.map +1 -0
- package/dist/lib/platform-route-tools.d.ts +1 -0
- package/dist/lib/platform-route-tools.js +307 -0
- package/dist/lib/platform-route-tools.js.map +1 -0
- package/dist/lib/platform-shared-operations.d.ts +7 -0
- package/dist/lib/platform-shared-operations.js +4 -0
- package/dist/lib/platform-shared-operations.js.map +1 -0
- package/dist/lib/platform-websocket-tools.d.ts +1 -0
- package/dist/lib/platform-websocket-tools.js +70 -0
- package/dist/lib/platform-websocket-tools.js.map +1 -0
- package/dist/lib/record-tools.d.ts +4 -0
- package/dist/lib/record-tools.js +418 -0
- package/dist/lib/record-tools.js.map +1 -0
- package/dist/lib/required-knowledge.d.ts +1 -1
- package/dist/lib/required-knowledge.js +3 -2
- package/dist/lib/required-knowledge.js.map +1 -1
- package/dist/lib/route-access-tools.d.ts +4 -0
- package/dist/lib/route-access-tools.js +172 -0
- package/dist/lib/route-access-tools.js.map +1 -0
- package/dist/lib/route-definition-tools.d.ts +4 -0
- package/dist/lib/route-definition-tools.js +285 -0
- package/dist/lib/route-definition-tools.js.map +1 -0
- package/dist/lib/route-inspection-tools.d.ts +4 -0
- package/dist/lib/route-inspection-tools.js +319 -0
- package/dist/lib/route-inspection-tools.js.map +1 -0
- package/dist/lib/route-tools.d.ts +1 -0
- package/dist/lib/route-tools.js +9 -0
- package/dist/lib/route-tools.js.map +1 -0
- package/dist/lib/runtime-zone-registry.d.ts +27 -0
- package/dist/lib/runtime-zone-registry.js +81 -0
- package/dist/lib/runtime-zone-registry.js.map +1 -0
- package/dist/lib/runtime-zone-search.d.ts +303 -0
- package/dist/lib/runtime-zone-search.js +596 -0
- package/dist/lib/runtime-zone-search.js.map +1 -0
- package/dist/lib/runtime-zone-tools.d.ts +2 -307
- package/dist/lib/runtime-zone-tools.js +2 -674
- package/dist/lib/runtime-zone-tools.js.map +1 -1
- package/dist/lib/schema-column-tools.d.ts +3 -0
- package/dist/lib/schema-column-tools.js +80 -0
- package/dist/lib/schema-column-tools.js.map +1 -0
- package/dist/lib/schema-mutation-coordinator.d.ts +28 -0
- package/dist/lib/schema-mutation-coordinator.js +154 -0
- package/dist/lib/schema-mutation-coordinator.js.map +1 -0
- package/dist/lib/schema-relation-contracts.d.ts +39 -0
- package/dist/lib/schema-relation-contracts.js +160 -0
- package/dist/lib/schema-relation-contracts.js.map +1 -0
- package/dist/lib/schema-relation-tools.d.ts +3 -0
- package/dist/lib/schema-relation-tools.js +61 -0
- package/dist/lib/schema-relation-tools.js.map +1 -0
- package/dist/lib/schema-table-contracts.d.ts +28 -0
- package/dist/lib/schema-table-contracts.js +263 -0
- package/dist/lib/schema-table-contracts.js.map +1 -0
- package/dist/lib/schema-table-tools.d.ts +3 -0
- package/dist/lib/schema-table-tools.js +297 -0
- package/dist/lib/schema-table-tools.js.map +1 -0
- package/dist/lib/schema-tool-operations.d.ts +150 -0
- package/dist/lib/schema-tool-operations.js +468 -0
- package/dist/lib/schema-tool-operations.js.map +1 -0
- package/dist/lib/schema-tool-types.d.ts +38 -0
- package/dist/lib/schema-tool-types.js +2 -0
- package/dist/lib/schema-tool-types.js.map +1 -0
- package/dist/lib/schema-verification.d.ts +14 -0
- package/dist/lib/schema-verification.js +105 -0
- package/dist/lib/schema-verification.js.map +1 -0
- package/dist/lib/script-tools.d.ts +4 -0
- package/dist/lib/script-tools.js +127 -0
- package/dist/lib/script-tools.js.map +1 -0
- package/dist/lib/system-tools.d.ts +4 -0
- package/dist/lib/system-tools.js +41 -0
- package/dist/lib/system-tools.js.map +1 -0
- package/dist/lib/table-tool-logic.d.ts +5 -0
- package/dist/lib/table-tool-logic.js +6 -0
- package/dist/lib/table-tool-logic.js.map +1 -0
- package/dist/lib/table-tools.d.ts +1 -84
- package/dist/lib/table-tools.js +7 -1522
- package/dist/lib/table-tools.js.map +1 -1
- package/dist/lib/tool-catalog.d.ts +2 -1
- package/dist/lib/tool-catalog.js +23 -2
- package/dist/lib/tool-catalog.js.map +1 -1
- package/dist/lib/tool-metadata-operations.d.ts +27 -0
- package/dist/lib/tool-metadata-operations.js +93 -0
- package/dist/lib/tool-metadata-operations.js.map +1 -0
- package/dist/lib/tool-permission-profile.d.ts +37 -0
- package/dist/lib/tool-permission-profile.js +106 -0
- package/dist/lib/tool-permission-profile.js.map +1 -0
- package/dist/lib/tool-record-operations.d.ts +102 -0
- package/dist/lib/tool-record-operations.js +260 -0
- package/dist/lib/tool-record-operations.js.map +1 -0
- package/dist/lib/tool-route-inspection.d.ts +47 -0
- package/dist/lib/tool-route-inspection.js +168 -0
- package/dist/lib/tool-route-inspection.js.map +1 -0
- package/dist/lib/tool-routing.d.ts +3 -417
- package/dist/lib/tool-routing.js +3 -1038
- package/dist/lib/tool-routing.js.map +1 -1
- package/dist/lib/tool-runtime-config.d.ts +33 -0
- package/dist/lib/tool-runtime-config.js +237 -0
- package/dist/lib/tool-runtime-config.js.map +1 -0
- package/dist/lib/tool-script-operations.d.ts +34 -0
- package/dist/lib/tool-script-operations.js +153 -0
- package/dist/lib/tool-script-operations.js.map +1 -0
- package/dist/lib/workflow-definitions.d.ts +366 -0
- package/dist/lib/workflow-definitions.js +703 -0
- package/dist/lib/workflow-definitions.js.map +1 -0
- package/dist/lib/workflow-planner.d.ts +45 -0
- package/dist/lib/workflow-planner.js +338 -0
- package/dist/lib/workflow-planner.js.map +1 -0
- package/dist/lib/workflow-types.d.ts +39 -0
- package/dist/lib/workflow-types.js +2 -0
- package/dist/lib/workflow-types.js.map +1 -0
- package/dist/mcp-server-entry.d.ts +0 -3
- package/dist/mcp-server-entry.js +2 -3249
- package/dist/mcp-server-entry.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,417 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
intent?: string;
|
|
5
|
-
surface?: string;
|
|
6
|
-
risk?: string;
|
|
7
|
-
detail?: string;
|
|
8
|
-
limit?: number;
|
|
9
|
-
};
|
|
10
|
-
type WorkflowProfile = 'all' | 'extension' | 'schema' | 'runtime' | 'operations';
|
|
11
|
-
export declare const WORKFLOW_SURFACES_BY_PROFILE: Record<Exclude<WorkflowProfile, 'all'>, readonly WorkflowSurface[]>;
|
|
12
|
-
export declare const TOOL_WORKFLOWS: ({
|
|
13
|
-
key: "api-endpoint";
|
|
14
|
-
title: string;
|
|
15
|
-
useWhen: string[];
|
|
16
|
-
keywords: string[];
|
|
17
|
-
firstTools: string[];
|
|
18
|
-
inspectTools: string[];
|
|
19
|
-
knowledgeTools: string[];
|
|
20
|
-
writeTools: string[];
|
|
21
|
-
verifyTools: string[];
|
|
22
|
-
avoidTools: {
|
|
23
|
-
tool: string;
|
|
24
|
-
when: string;
|
|
25
|
-
useInstead: string;
|
|
26
|
-
reason: string;
|
|
27
|
-
}[];
|
|
28
|
-
requiredAck: string[];
|
|
29
|
-
exampleCategories: string[];
|
|
30
|
-
nextStepTemplate: string[];
|
|
31
|
-
recommendedScope: string;
|
|
32
|
-
} | {
|
|
33
|
-
key: "extension";
|
|
34
|
-
title: string;
|
|
35
|
-
useWhen: string[];
|
|
36
|
-
keywords: string[];
|
|
37
|
-
firstTools: string[];
|
|
38
|
-
inspectTools: string[];
|
|
39
|
-
knowledgeTools: string[];
|
|
40
|
-
writeTools: string[];
|
|
41
|
-
verifyTools: string[];
|
|
42
|
-
avoidTools: {
|
|
43
|
-
tool: string;
|
|
44
|
-
when: string;
|
|
45
|
-
useInstead: string;
|
|
46
|
-
reason: string;
|
|
47
|
-
}[];
|
|
48
|
-
requiredAck: string[];
|
|
49
|
-
exampleCategories: string[];
|
|
50
|
-
nextStepTemplate: string[];
|
|
51
|
-
recommendedScope: string;
|
|
52
|
-
} | {
|
|
53
|
-
key: "schema";
|
|
54
|
-
title: string;
|
|
55
|
-
useWhen: string[];
|
|
56
|
-
keywords: string[];
|
|
57
|
-
firstTools: string[];
|
|
58
|
-
inspectTools: string[];
|
|
59
|
-
knowledgeTools: string[];
|
|
60
|
-
writeTools: string[];
|
|
61
|
-
verifyTools: string[];
|
|
62
|
-
avoidTools: {
|
|
63
|
-
tool: string;
|
|
64
|
-
when: string;
|
|
65
|
-
useInstead: string;
|
|
66
|
-
reason: string;
|
|
67
|
-
}[];
|
|
68
|
-
requiredAck: string[];
|
|
69
|
-
exampleCategories: string[];
|
|
70
|
-
nextStepTemplate: string[];
|
|
71
|
-
recommendedScope: string;
|
|
72
|
-
} | {
|
|
73
|
-
key: "record-data";
|
|
74
|
-
title: string;
|
|
75
|
-
useWhen: string[];
|
|
76
|
-
keywords: string[];
|
|
77
|
-
firstTools: string[];
|
|
78
|
-
inspectTools: string[];
|
|
79
|
-
knowledgeTools: string[];
|
|
80
|
-
writeTools: string[];
|
|
81
|
-
verifyTools: string[];
|
|
82
|
-
avoidTools: {
|
|
83
|
-
tool: string;
|
|
84
|
-
when: string;
|
|
85
|
-
useInstead: string;
|
|
86
|
-
reason: string;
|
|
87
|
-
}[];
|
|
88
|
-
requiredAck: string[];
|
|
89
|
-
exampleCategories: string[];
|
|
90
|
-
nextStepTemplate: string[];
|
|
91
|
-
recommendedScope: string;
|
|
92
|
-
} | {
|
|
93
|
-
key: "dynamic-script";
|
|
94
|
-
title: string;
|
|
95
|
-
useWhen: string[];
|
|
96
|
-
keywords: string[];
|
|
97
|
-
firstTools: string[];
|
|
98
|
-
inspectTools: string[];
|
|
99
|
-
knowledgeTools: string[];
|
|
100
|
-
writeTools: string[];
|
|
101
|
-
verifyTools: string[];
|
|
102
|
-
avoidTools: {
|
|
103
|
-
tool: string;
|
|
104
|
-
when: string;
|
|
105
|
-
useInstead: string;
|
|
106
|
-
reason: string;
|
|
107
|
-
}[];
|
|
108
|
-
requiredAck: string[];
|
|
109
|
-
exampleCategories: string[];
|
|
110
|
-
nextStepTemplate: string[];
|
|
111
|
-
recommendedScope: string;
|
|
112
|
-
} | {
|
|
113
|
-
key: "route-access";
|
|
114
|
-
title: string;
|
|
115
|
-
useWhen: string[];
|
|
116
|
-
keywords: string[];
|
|
117
|
-
firstTools: string[];
|
|
118
|
-
inspectTools: string[];
|
|
119
|
-
knowledgeTools: string[];
|
|
120
|
-
writeTools: string[];
|
|
121
|
-
verifyTools: string[];
|
|
122
|
-
avoidTools: {
|
|
123
|
-
tool: string;
|
|
124
|
-
when: string;
|
|
125
|
-
useInstead: string;
|
|
126
|
-
reason: string;
|
|
127
|
-
}[];
|
|
128
|
-
requiredAck: string[];
|
|
129
|
-
exampleCategories: string[];
|
|
130
|
-
nextStepTemplate: string[];
|
|
131
|
-
recommendedScope: string;
|
|
132
|
-
} | {
|
|
133
|
-
key: "guards-permissions-rules";
|
|
134
|
-
title: string;
|
|
135
|
-
useWhen: string[];
|
|
136
|
-
keywords: string[];
|
|
137
|
-
firstTools: string[];
|
|
138
|
-
inspectTools: string[];
|
|
139
|
-
knowledgeTools: string[];
|
|
140
|
-
writeTools: string[];
|
|
141
|
-
verifyTools: string[];
|
|
142
|
-
avoidTools: {
|
|
143
|
-
tool: string;
|
|
144
|
-
when: string;
|
|
145
|
-
useInstead: string;
|
|
146
|
-
reason: string;
|
|
147
|
-
}[];
|
|
148
|
-
requiredAck: string[];
|
|
149
|
-
exampleCategories: string[];
|
|
150
|
-
nextStepTemplate: string[];
|
|
151
|
-
recommendedScope: string;
|
|
152
|
-
} | {
|
|
153
|
-
key: "flow";
|
|
154
|
-
title: string;
|
|
155
|
-
useWhen: string[];
|
|
156
|
-
keywords: string[];
|
|
157
|
-
firstTools: string[];
|
|
158
|
-
inspectTools: string[];
|
|
159
|
-
knowledgeTools: string[];
|
|
160
|
-
writeTools: string[];
|
|
161
|
-
verifyTools: string[];
|
|
162
|
-
avoidTools: {
|
|
163
|
-
tool: string;
|
|
164
|
-
when: string;
|
|
165
|
-
useInstead: string;
|
|
166
|
-
reason: string;
|
|
167
|
-
}[];
|
|
168
|
-
requiredAck: string[];
|
|
169
|
-
exampleCategories: string[];
|
|
170
|
-
nextStepTemplate: string[];
|
|
171
|
-
recommendedScope: string;
|
|
172
|
-
} | {
|
|
173
|
-
key: "websocket";
|
|
174
|
-
title: string;
|
|
175
|
-
useWhen: string[];
|
|
176
|
-
keywords: string[];
|
|
177
|
-
firstTools: string[];
|
|
178
|
-
inspectTools: string[];
|
|
179
|
-
knowledgeTools: string[];
|
|
180
|
-
writeTools: string[];
|
|
181
|
-
verifyTools: string[];
|
|
182
|
-
avoidTools: {
|
|
183
|
-
tool: string;
|
|
184
|
-
when: string;
|
|
185
|
-
useInstead: string;
|
|
186
|
-
reason: string;
|
|
187
|
-
}[];
|
|
188
|
-
requiredAck: string[];
|
|
189
|
-
exampleCategories: string[];
|
|
190
|
-
nextStepTemplate: string[];
|
|
191
|
-
recommendedScope: string;
|
|
192
|
-
} | {
|
|
193
|
-
key: "graphql";
|
|
194
|
-
title: string;
|
|
195
|
-
useWhen: string[];
|
|
196
|
-
keywords: string[];
|
|
197
|
-
firstTools: string[];
|
|
198
|
-
inspectTools: string[];
|
|
199
|
-
knowledgeTools: string[];
|
|
200
|
-
writeTools: string[];
|
|
201
|
-
verifyTools: string[];
|
|
202
|
-
avoidTools: {
|
|
203
|
-
tool: string;
|
|
204
|
-
when: string;
|
|
205
|
-
useInstead: string;
|
|
206
|
-
reason: string;
|
|
207
|
-
}[];
|
|
208
|
-
requiredAck: string[];
|
|
209
|
-
exampleCategories: string[];
|
|
210
|
-
nextStepTemplate: string[];
|
|
211
|
-
recommendedScope: string;
|
|
212
|
-
} | {
|
|
213
|
-
key: "storage-file";
|
|
214
|
-
title: string;
|
|
215
|
-
useWhen: string[];
|
|
216
|
-
keywords: string[];
|
|
217
|
-
firstTools: string[];
|
|
218
|
-
inspectTools: string[];
|
|
219
|
-
knowledgeTools: string[];
|
|
220
|
-
writeTools: string[];
|
|
221
|
-
verifyTools: string[];
|
|
222
|
-
avoidTools: {
|
|
223
|
-
tool: string;
|
|
224
|
-
when: string;
|
|
225
|
-
useInstead: string;
|
|
226
|
-
reason: string;
|
|
227
|
-
}[];
|
|
228
|
-
requiredAck: string[];
|
|
229
|
-
exampleCategories: string[];
|
|
230
|
-
nextStepTemplate: string[];
|
|
231
|
-
recommendedScope: string;
|
|
232
|
-
} | {
|
|
233
|
-
key: "oauth";
|
|
234
|
-
title: string;
|
|
235
|
-
useWhen: string[];
|
|
236
|
-
keywords: string[];
|
|
237
|
-
firstTools: string[];
|
|
238
|
-
inspectTools: string[];
|
|
239
|
-
knowledgeTools: string[];
|
|
240
|
-
writeTools: string[];
|
|
241
|
-
verifyTools: string[];
|
|
242
|
-
avoidTools: {
|
|
243
|
-
tool: string;
|
|
244
|
-
when: string;
|
|
245
|
-
useInstead: string;
|
|
246
|
-
reason: string;
|
|
247
|
-
}[];
|
|
248
|
-
requiredAck: string[];
|
|
249
|
-
exampleCategories: string[];
|
|
250
|
-
nextStepTemplate: string[];
|
|
251
|
-
recommendedScope: string;
|
|
252
|
-
} | {
|
|
253
|
-
key: "identity-access";
|
|
254
|
-
title: string;
|
|
255
|
-
useWhen: string[];
|
|
256
|
-
keywords: string[];
|
|
257
|
-
firstTools: string[];
|
|
258
|
-
inspectTools: string[];
|
|
259
|
-
knowledgeTools: string[];
|
|
260
|
-
writeTools: string[];
|
|
261
|
-
verifyTools: string[];
|
|
262
|
-
avoidTools: {
|
|
263
|
-
tool: string;
|
|
264
|
-
when: string;
|
|
265
|
-
useInstead: string;
|
|
266
|
-
reason: string;
|
|
267
|
-
}[];
|
|
268
|
-
requiredAck: string[];
|
|
269
|
-
exampleCategories: string[];
|
|
270
|
-
nextStepTemplate: string[];
|
|
271
|
-
recommendedScope: string;
|
|
272
|
-
} | {
|
|
273
|
-
key: "platform-config";
|
|
274
|
-
title: string;
|
|
275
|
-
useWhen: string[];
|
|
276
|
-
keywords: string[];
|
|
277
|
-
firstTools: string[];
|
|
278
|
-
inspectTools: string[];
|
|
279
|
-
knowledgeTools: string[];
|
|
280
|
-
writeTools: string[];
|
|
281
|
-
verifyTools: string[];
|
|
282
|
-
avoidTools: {
|
|
283
|
-
tool: string;
|
|
284
|
-
when: string;
|
|
285
|
-
useInstead: string;
|
|
286
|
-
reason: string;
|
|
287
|
-
}[];
|
|
288
|
-
requiredAck: string[];
|
|
289
|
-
exampleCategories: any[];
|
|
290
|
-
nextStepTemplate: string[];
|
|
291
|
-
recommendedScope: string;
|
|
292
|
-
} | {
|
|
293
|
-
key: "package";
|
|
294
|
-
title: string;
|
|
295
|
-
useWhen: string[];
|
|
296
|
-
keywords: string[];
|
|
297
|
-
firstTools: string[];
|
|
298
|
-
inspectTools: string[];
|
|
299
|
-
knowledgeTools: string[];
|
|
300
|
-
writeTools: string[];
|
|
301
|
-
verifyTools: string[];
|
|
302
|
-
avoidTools: {
|
|
303
|
-
tool: string;
|
|
304
|
-
when: string;
|
|
305
|
-
useInstead: string;
|
|
306
|
-
reason: string;
|
|
307
|
-
}[];
|
|
308
|
-
requiredAck: string[];
|
|
309
|
-
exampleCategories: string[];
|
|
310
|
-
nextStepTemplate: string[];
|
|
311
|
-
recommendedScope: string;
|
|
312
|
-
} | {
|
|
313
|
-
key: "cache";
|
|
314
|
-
title: string;
|
|
315
|
-
useWhen: string[];
|
|
316
|
-
keywords: string[];
|
|
317
|
-
firstTools: string[];
|
|
318
|
-
inspectTools: string[];
|
|
319
|
-
knowledgeTools: string[];
|
|
320
|
-
writeTools: any[];
|
|
321
|
-
verifyTools: string[];
|
|
322
|
-
avoidTools: {
|
|
323
|
-
tool: string;
|
|
324
|
-
when: string;
|
|
325
|
-
useInstead: string;
|
|
326
|
-
reason: string;
|
|
327
|
-
}[];
|
|
328
|
-
requiredAck: string[];
|
|
329
|
-
exampleCategories: any[];
|
|
330
|
-
nextStepTemplate: string[];
|
|
331
|
-
recommendedScope: string;
|
|
332
|
-
} | {
|
|
333
|
-
key: "logs-debug";
|
|
334
|
-
title: string;
|
|
335
|
-
useWhen: string[];
|
|
336
|
-
keywords: string[];
|
|
337
|
-
firstTools: string[];
|
|
338
|
-
inspectTools: string[];
|
|
339
|
-
knowledgeTools: any[];
|
|
340
|
-
writeTools: any[];
|
|
341
|
-
verifyTools: string[];
|
|
342
|
-
avoidTools: {
|
|
343
|
-
tool: string;
|
|
344
|
-
when: string;
|
|
345
|
-
useInstead: string;
|
|
346
|
-
reason: string;
|
|
347
|
-
}[];
|
|
348
|
-
requiredAck: any[];
|
|
349
|
-
exampleCategories: any[];
|
|
350
|
-
nextStepTemplate: string[];
|
|
351
|
-
recommendedScope: string;
|
|
352
|
-
} | {
|
|
353
|
-
key: "auth-context";
|
|
354
|
-
title: string;
|
|
355
|
-
useWhen: string[];
|
|
356
|
-
keywords: string[];
|
|
357
|
-
firstTools: string[];
|
|
358
|
-
inspectTools: string[];
|
|
359
|
-
knowledgeTools: any[];
|
|
360
|
-
writeTools: string[];
|
|
361
|
-
verifyTools: string[];
|
|
362
|
-
avoidTools: {
|
|
363
|
-
tool: string;
|
|
364
|
-
when: string;
|
|
365
|
-
useInstead: string;
|
|
366
|
-
reason: string;
|
|
367
|
-
}[];
|
|
368
|
-
requiredAck: any[];
|
|
369
|
-
exampleCategories: string[];
|
|
370
|
-
nextStepTemplate: string[];
|
|
371
|
-
recommendedScope: string;
|
|
372
|
-
})[];
|
|
373
|
-
export declare function workflowToolNames(surface: WorkflowSurface): any[];
|
|
374
|
-
export declare function listWorkflowSurfaces(): {
|
|
375
|
-
key: "oauth" | "websocket" | "package" | "flow" | "extension" | "graphql" | "api-endpoint" | "schema" | "record-data" | "dynamic-script" | "route-access" | "guards-permissions-rules" | "storage-file" | "identity-access" | "platform-config" | "cache" | "logs-debug" | "auth-context";
|
|
376
|
-
title: string;
|
|
377
|
-
useWhen: string[];
|
|
378
|
-
recommendedScope: string;
|
|
379
|
-
}[];
|
|
380
|
-
export declare function discoverWorkflowRoutes({ intent, surface, risk, detail, limit, }?: WorkflowRouteOptions, profile?: WorkflowProfile, dynamicToolPacks?: boolean): {
|
|
381
|
-
action: string;
|
|
382
|
-
profile: WorkflowProfile;
|
|
383
|
-
intent: string;
|
|
384
|
-
requestedSurface: string;
|
|
385
|
-
risk: string;
|
|
386
|
-
detail: "summary" | "plan" | "full";
|
|
387
|
-
matchedWorkflowCount: number;
|
|
388
|
-
workflows: any[];
|
|
389
|
-
surfaces: readonly ("oauth" | "websocket" | "package" | "flow" | "extension" | "graphql" | "api-endpoint" | "schema" | "record-data" | "dynamic-script" | "route-access" | "guards-permissions-rules" | "storage-file" | "identity-access" | "platform-config" | "cache" | "logs-debug" | "auth-context")[];
|
|
390
|
-
guidance: string[];
|
|
391
|
-
nextSelection?: undefined;
|
|
392
|
-
} | {
|
|
393
|
-
action: string;
|
|
394
|
-
profile: WorkflowProfile;
|
|
395
|
-
intent: string;
|
|
396
|
-
requestedSurface: string;
|
|
397
|
-
risk: string;
|
|
398
|
-
detail: "summary" | "plan" | "full";
|
|
399
|
-
matchedWorkflowCount: number;
|
|
400
|
-
workflows: {
|
|
401
|
-
key: "oauth" | "websocket" | "package" | "flow" | "extension" | "graphql" | "api-endpoint" | "schema" | "record-data" | "dynamic-script" | "route-access" | "guards-permissions-rules" | "storage-file" | "identity-access" | "platform-config" | "cache" | "logs-debug" | "auth-context";
|
|
402
|
-
title: string;
|
|
403
|
-
useWhen: string[];
|
|
404
|
-
recommendedScope: string;
|
|
405
|
-
score: number;
|
|
406
|
-
}[];
|
|
407
|
-
nextSelection: {
|
|
408
|
-
tool: string;
|
|
409
|
-
input: {
|
|
410
|
-
surface: "oauth" | "websocket" | "package" | "flow" | "extension" | "graphql" | "api-endpoint" | "schema" | "record-data" | "dynamic-script" | "route-access" | "guards-permissions-rules" | "storage-file" | "identity-access" | "platform-config" | "cache" | "logs-debug" | "auth-context";
|
|
411
|
-
mode: string;
|
|
412
|
-
};
|
|
413
|
-
};
|
|
414
|
-
surfaces: readonly ("oauth" | "websocket" | "package" | "flow" | "extension" | "graphql" | "api-endpoint" | "schema" | "record-data" | "dynamic-script" | "route-access" | "guards-permissions-rules" | "storage-file" | "identity-access" | "platform-config" | "cache" | "logs-debug" | "auth-context")[];
|
|
415
|
-
guidance: string[];
|
|
416
|
-
};
|
|
417
|
-
export {};
|
|
1
|
+
export * from './workflow-definitions.js';
|
|
2
|
+
export * from './workflow-planner.js';
|
|
3
|
+
export * from './workflow-types.js';
|