@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
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
import type { WorkflowProfile, WorkflowSurface } from './workflow-types.js';
|
|
2
|
+
export type { AvoidToolRule, ToolWorkflow, WorkflowDetail, WorkflowPathStep, WorkflowProfile, WorkflowRouteOptions, WorkflowSurface } from './workflow-types.js';
|
|
3
|
+
export declare const WORKFLOW_SURFACES: readonly ["api-endpoint", "extension", "schema", "record-data", "dynamic-script", "route-access", "guards-permissions-rules", "flow", "websocket", "graphql", "storage-file", "oauth", "identity-access", "platform-config", "package", "cache", "logs-debug", "auth-context"];
|
|
4
|
+
export declare const ALL_DETAILS: readonly ["summary", "plan", "full"];
|
|
5
|
+
export declare const WORKFLOW_SURFACES_BY_PROFILE: Record<Exclude<WorkflowProfile, 'all'>, readonly WorkflowSurface[]>;
|
|
6
|
+
export declare const TOOL_WORKFLOWS: ({
|
|
7
|
+
key: "api-endpoint";
|
|
8
|
+
title: string;
|
|
9
|
+
useWhen: string[];
|
|
10
|
+
keywords: string[];
|
|
11
|
+
firstTools: string[];
|
|
12
|
+
inspectTools: string[];
|
|
13
|
+
knowledgeTools: string[];
|
|
14
|
+
writeTools: string[];
|
|
15
|
+
verifyTools: string[];
|
|
16
|
+
avoidTools: {
|
|
17
|
+
tool: string;
|
|
18
|
+
when: string;
|
|
19
|
+
useInstead: string;
|
|
20
|
+
reason: string;
|
|
21
|
+
}[];
|
|
22
|
+
requiredAck: string[];
|
|
23
|
+
exampleCategories: string[];
|
|
24
|
+
nextStepTemplate: string[];
|
|
25
|
+
recommendedScope: string;
|
|
26
|
+
} | {
|
|
27
|
+
key: "extension";
|
|
28
|
+
title: string;
|
|
29
|
+
useWhen: string[];
|
|
30
|
+
keywords: string[];
|
|
31
|
+
firstTools: string[];
|
|
32
|
+
inspectTools: string[];
|
|
33
|
+
knowledgeTools: string[];
|
|
34
|
+
writeTools: string[];
|
|
35
|
+
verifyTools: string[];
|
|
36
|
+
avoidTools: {
|
|
37
|
+
tool: string;
|
|
38
|
+
when: string;
|
|
39
|
+
useInstead: string;
|
|
40
|
+
reason: string;
|
|
41
|
+
}[];
|
|
42
|
+
requiredAck: string[];
|
|
43
|
+
exampleCategories: string[];
|
|
44
|
+
nextStepTemplate: string[];
|
|
45
|
+
recommendedScope: string;
|
|
46
|
+
} | {
|
|
47
|
+
key: "schema";
|
|
48
|
+
title: string;
|
|
49
|
+
useWhen: string[];
|
|
50
|
+
keywords: string[];
|
|
51
|
+
firstTools: string[];
|
|
52
|
+
inspectTools: string[];
|
|
53
|
+
knowledgeTools: string[];
|
|
54
|
+
writeTools: string[];
|
|
55
|
+
verifyTools: string[];
|
|
56
|
+
avoidTools: {
|
|
57
|
+
tool: string;
|
|
58
|
+
when: string;
|
|
59
|
+
useInstead: string;
|
|
60
|
+
reason: string;
|
|
61
|
+
}[];
|
|
62
|
+
requiredAck: string[];
|
|
63
|
+
exampleCategories: string[];
|
|
64
|
+
nextStepTemplate: string[];
|
|
65
|
+
recommendedScope: string;
|
|
66
|
+
} | {
|
|
67
|
+
key: "record-data";
|
|
68
|
+
title: string;
|
|
69
|
+
useWhen: string[];
|
|
70
|
+
keywords: string[];
|
|
71
|
+
firstTools: string[];
|
|
72
|
+
inspectTools: string[];
|
|
73
|
+
knowledgeTools: string[];
|
|
74
|
+
writeTools: string[];
|
|
75
|
+
verifyTools: string[];
|
|
76
|
+
avoidTools: {
|
|
77
|
+
tool: string;
|
|
78
|
+
when: string;
|
|
79
|
+
useInstead: string;
|
|
80
|
+
reason: string;
|
|
81
|
+
}[];
|
|
82
|
+
requiredAck: string[];
|
|
83
|
+
exampleCategories: string[];
|
|
84
|
+
nextStepTemplate: string[];
|
|
85
|
+
recommendedScope: string;
|
|
86
|
+
} | {
|
|
87
|
+
key: "dynamic-script";
|
|
88
|
+
title: string;
|
|
89
|
+
useWhen: string[];
|
|
90
|
+
keywords: string[];
|
|
91
|
+
firstTools: string[];
|
|
92
|
+
inspectTools: string[];
|
|
93
|
+
knowledgeTools: string[];
|
|
94
|
+
writeTools: string[];
|
|
95
|
+
verifyTools: string[];
|
|
96
|
+
avoidTools: {
|
|
97
|
+
tool: string;
|
|
98
|
+
when: string;
|
|
99
|
+
useInstead: string;
|
|
100
|
+
reason: string;
|
|
101
|
+
}[];
|
|
102
|
+
requiredAck: string[];
|
|
103
|
+
exampleCategories: string[];
|
|
104
|
+
nextStepTemplate: string[];
|
|
105
|
+
recommendedScope: string;
|
|
106
|
+
} | {
|
|
107
|
+
key: "route-access";
|
|
108
|
+
title: string;
|
|
109
|
+
useWhen: string[];
|
|
110
|
+
keywords: string[];
|
|
111
|
+
firstTools: string[];
|
|
112
|
+
inspectTools: string[];
|
|
113
|
+
knowledgeTools: string[];
|
|
114
|
+
writeTools: string[];
|
|
115
|
+
verifyTools: string[];
|
|
116
|
+
avoidTools: {
|
|
117
|
+
tool: string;
|
|
118
|
+
when: string;
|
|
119
|
+
useInstead: string;
|
|
120
|
+
reason: string;
|
|
121
|
+
}[];
|
|
122
|
+
requiredAck: string[];
|
|
123
|
+
exampleCategories: string[];
|
|
124
|
+
nextStepTemplate: string[];
|
|
125
|
+
recommendedScope: string;
|
|
126
|
+
} | {
|
|
127
|
+
key: "guards-permissions-rules";
|
|
128
|
+
title: string;
|
|
129
|
+
useWhen: string[];
|
|
130
|
+
keywords: string[];
|
|
131
|
+
firstTools: string[];
|
|
132
|
+
inspectTools: string[];
|
|
133
|
+
knowledgeTools: string[];
|
|
134
|
+
writeTools: string[];
|
|
135
|
+
verifyTools: string[];
|
|
136
|
+
avoidTools: {
|
|
137
|
+
tool: string;
|
|
138
|
+
when: string;
|
|
139
|
+
useInstead: string;
|
|
140
|
+
reason: string;
|
|
141
|
+
}[];
|
|
142
|
+
requiredAck: string[];
|
|
143
|
+
exampleCategories: string[];
|
|
144
|
+
nextStepTemplate: string[];
|
|
145
|
+
recommendedScope: string;
|
|
146
|
+
} | {
|
|
147
|
+
key: "flow";
|
|
148
|
+
title: string;
|
|
149
|
+
useWhen: string[];
|
|
150
|
+
keywords: string[];
|
|
151
|
+
firstTools: string[];
|
|
152
|
+
inspectTools: string[];
|
|
153
|
+
knowledgeTools: string[];
|
|
154
|
+
writeTools: string[];
|
|
155
|
+
verifyTools: string[];
|
|
156
|
+
avoidTools: {
|
|
157
|
+
tool: string;
|
|
158
|
+
when: string;
|
|
159
|
+
useInstead: string;
|
|
160
|
+
reason: string;
|
|
161
|
+
}[];
|
|
162
|
+
requiredAck: string[];
|
|
163
|
+
exampleCategories: string[];
|
|
164
|
+
nextStepTemplate: string[];
|
|
165
|
+
recommendedScope: string;
|
|
166
|
+
} | {
|
|
167
|
+
key: "websocket";
|
|
168
|
+
title: string;
|
|
169
|
+
useWhen: string[];
|
|
170
|
+
keywords: string[];
|
|
171
|
+
firstTools: string[];
|
|
172
|
+
inspectTools: string[];
|
|
173
|
+
knowledgeTools: string[];
|
|
174
|
+
writeTools: string[];
|
|
175
|
+
verifyTools: string[];
|
|
176
|
+
avoidTools: {
|
|
177
|
+
tool: string;
|
|
178
|
+
when: string;
|
|
179
|
+
useInstead: string;
|
|
180
|
+
reason: string;
|
|
181
|
+
}[];
|
|
182
|
+
requiredAck: string[];
|
|
183
|
+
exampleCategories: string[];
|
|
184
|
+
nextStepTemplate: string[];
|
|
185
|
+
recommendedScope: string;
|
|
186
|
+
} | {
|
|
187
|
+
key: "graphql";
|
|
188
|
+
title: string;
|
|
189
|
+
useWhen: string[];
|
|
190
|
+
keywords: string[];
|
|
191
|
+
firstTools: string[];
|
|
192
|
+
inspectTools: string[];
|
|
193
|
+
knowledgeTools: string[];
|
|
194
|
+
writeTools: string[];
|
|
195
|
+
verifyTools: string[];
|
|
196
|
+
avoidTools: {
|
|
197
|
+
tool: string;
|
|
198
|
+
when: string;
|
|
199
|
+
useInstead: string;
|
|
200
|
+
reason: string;
|
|
201
|
+
}[];
|
|
202
|
+
requiredAck: string[];
|
|
203
|
+
exampleCategories: string[];
|
|
204
|
+
nextStepTemplate: string[];
|
|
205
|
+
recommendedScope: string;
|
|
206
|
+
} | {
|
|
207
|
+
key: "storage-file";
|
|
208
|
+
title: string;
|
|
209
|
+
useWhen: string[];
|
|
210
|
+
keywords: string[];
|
|
211
|
+
firstTools: string[];
|
|
212
|
+
inspectTools: string[];
|
|
213
|
+
knowledgeTools: string[];
|
|
214
|
+
writeTools: string[];
|
|
215
|
+
verifyTools: string[];
|
|
216
|
+
avoidTools: {
|
|
217
|
+
tool: string;
|
|
218
|
+
when: string;
|
|
219
|
+
useInstead: string;
|
|
220
|
+
reason: string;
|
|
221
|
+
}[];
|
|
222
|
+
requiredAck: string[];
|
|
223
|
+
exampleCategories: string[];
|
|
224
|
+
nextStepTemplate: string[];
|
|
225
|
+
recommendedScope: string;
|
|
226
|
+
} | {
|
|
227
|
+
key: "oauth";
|
|
228
|
+
title: string;
|
|
229
|
+
useWhen: string[];
|
|
230
|
+
keywords: string[];
|
|
231
|
+
firstTools: string[];
|
|
232
|
+
inspectTools: string[];
|
|
233
|
+
knowledgeTools: string[];
|
|
234
|
+
writeTools: string[];
|
|
235
|
+
verifyTools: string[];
|
|
236
|
+
avoidTools: {
|
|
237
|
+
tool: string;
|
|
238
|
+
when: string;
|
|
239
|
+
useInstead: string;
|
|
240
|
+
reason: string;
|
|
241
|
+
}[];
|
|
242
|
+
requiredAck: string[];
|
|
243
|
+
exampleCategories: string[];
|
|
244
|
+
nextStepTemplate: string[];
|
|
245
|
+
recommendedScope: string;
|
|
246
|
+
} | {
|
|
247
|
+
key: "identity-access";
|
|
248
|
+
title: string;
|
|
249
|
+
useWhen: string[];
|
|
250
|
+
keywords: string[];
|
|
251
|
+
firstTools: string[];
|
|
252
|
+
inspectTools: string[];
|
|
253
|
+
knowledgeTools: string[];
|
|
254
|
+
writeTools: string[];
|
|
255
|
+
verifyTools: string[];
|
|
256
|
+
avoidTools: {
|
|
257
|
+
tool: string;
|
|
258
|
+
when: string;
|
|
259
|
+
useInstead: string;
|
|
260
|
+
reason: string;
|
|
261
|
+
}[];
|
|
262
|
+
requiredAck: string[];
|
|
263
|
+
exampleCategories: string[];
|
|
264
|
+
nextStepTemplate: string[];
|
|
265
|
+
recommendedScope: string;
|
|
266
|
+
} | {
|
|
267
|
+
key: "platform-config";
|
|
268
|
+
title: string;
|
|
269
|
+
useWhen: string[];
|
|
270
|
+
keywords: string[];
|
|
271
|
+
firstTools: string[];
|
|
272
|
+
inspectTools: string[];
|
|
273
|
+
knowledgeTools: string[];
|
|
274
|
+
writeTools: string[];
|
|
275
|
+
verifyTools: string[];
|
|
276
|
+
avoidTools: {
|
|
277
|
+
tool: string;
|
|
278
|
+
when: string;
|
|
279
|
+
useInstead: string;
|
|
280
|
+
reason: string;
|
|
281
|
+
}[];
|
|
282
|
+
requiredAck: string[];
|
|
283
|
+
exampleCategories: any[];
|
|
284
|
+
nextStepTemplate: string[];
|
|
285
|
+
recommendedScope: string;
|
|
286
|
+
} | {
|
|
287
|
+
key: "package";
|
|
288
|
+
title: string;
|
|
289
|
+
useWhen: string[];
|
|
290
|
+
keywords: string[];
|
|
291
|
+
firstTools: string[];
|
|
292
|
+
inspectTools: string[];
|
|
293
|
+
knowledgeTools: string[];
|
|
294
|
+
writeTools: string[];
|
|
295
|
+
verifyTools: string[];
|
|
296
|
+
avoidTools: {
|
|
297
|
+
tool: string;
|
|
298
|
+
when: string;
|
|
299
|
+
useInstead: string;
|
|
300
|
+
reason: string;
|
|
301
|
+
}[];
|
|
302
|
+
requiredAck: string[];
|
|
303
|
+
exampleCategories: string[];
|
|
304
|
+
nextStepTemplate: string[];
|
|
305
|
+
recommendedScope: string;
|
|
306
|
+
} | {
|
|
307
|
+
key: "cache";
|
|
308
|
+
title: string;
|
|
309
|
+
useWhen: string[];
|
|
310
|
+
keywords: string[];
|
|
311
|
+
firstTools: string[];
|
|
312
|
+
inspectTools: string[];
|
|
313
|
+
knowledgeTools: string[];
|
|
314
|
+
writeTools: any[];
|
|
315
|
+
verifyTools: string[];
|
|
316
|
+
avoidTools: {
|
|
317
|
+
tool: string;
|
|
318
|
+
when: string;
|
|
319
|
+
useInstead: string;
|
|
320
|
+
reason: string;
|
|
321
|
+
}[];
|
|
322
|
+
requiredAck: string[];
|
|
323
|
+
exampleCategories: any[];
|
|
324
|
+
nextStepTemplate: string[];
|
|
325
|
+
recommendedScope: string;
|
|
326
|
+
} | {
|
|
327
|
+
key: "logs-debug";
|
|
328
|
+
title: string;
|
|
329
|
+
useWhen: string[];
|
|
330
|
+
keywords: string[];
|
|
331
|
+
firstTools: string[];
|
|
332
|
+
inspectTools: string[];
|
|
333
|
+
knowledgeTools: any[];
|
|
334
|
+
writeTools: any[];
|
|
335
|
+
verifyTools: string[];
|
|
336
|
+
avoidTools: {
|
|
337
|
+
tool: string;
|
|
338
|
+
when: string;
|
|
339
|
+
useInstead: string;
|
|
340
|
+
reason: string;
|
|
341
|
+
}[];
|
|
342
|
+
requiredAck: any[];
|
|
343
|
+
exampleCategories: any[];
|
|
344
|
+
nextStepTemplate: string[];
|
|
345
|
+
recommendedScope: string;
|
|
346
|
+
} | {
|
|
347
|
+
key: "auth-context";
|
|
348
|
+
title: string;
|
|
349
|
+
useWhen: string[];
|
|
350
|
+
keywords: string[];
|
|
351
|
+
firstTools: string[];
|
|
352
|
+
inspectTools: string[];
|
|
353
|
+
knowledgeTools: any[];
|
|
354
|
+
writeTools: string[];
|
|
355
|
+
verifyTools: string[];
|
|
356
|
+
avoidTools: {
|
|
357
|
+
tool: string;
|
|
358
|
+
when: string;
|
|
359
|
+
useInstead: string;
|
|
360
|
+
reason: string;
|
|
361
|
+
}[];
|
|
362
|
+
requiredAck: any[];
|
|
363
|
+
exampleCategories: string[];
|
|
364
|
+
nextStepTemplate: string[];
|
|
365
|
+
recommendedScope: string;
|
|
366
|
+
})[];
|