veryfront 0.1.104 → 0.1.105
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/esm/cli/templates/manifest.d.ts +435 -435
- package/esm/cli/templates/manifest.js +465 -465
- package/esm/deno.js +1 -1
- package/esm/src/agent/runtime/index.d.ts.map +1 -1
- package/esm/src/agent/runtime/index.js +12 -24
- package/esm/src/agent/runtime/model-resolution.d.ts +11 -0
- package/esm/src/agent/runtime/model-resolution.d.ts.map +1 -1
- package/esm/src/agent/runtime/model-resolution.js +48 -0
- package/esm/src/proxy/handler.d.ts.map +1 -1
- package/esm/src/proxy/handler.js +13 -3
- package/esm/src/server/dev-ui/manifest.d.ts +18 -18
- package/esm/src/server/dev-ui/manifest.js +18 -18
- package/esm/src/server/handlers/request/api/project-discovery.d.ts.map +1 -1
- package/esm/src/server/handlers/request/api/project-discovery.js +4 -1
- package/esm/src/utils/version.d.ts +2 -2
- package/esm/src/utils/version.d.ts.map +1 -1
- package/esm/src/utils/version.js +3 -3
- package/package.json +1 -1
- package/src/cli/templates/manifest.js +465 -465
- package/src/deno.js +1 -1
- package/src/src/agent/runtime/index.ts +16 -27
- package/src/src/agent/runtime/model-resolution.ts +62 -0
- package/src/src/proxy/handler.ts +16 -4
- package/src/src/server/dev-ui/manifest.js +18 -18
- package/src/src/server/handlers/request/api/project-discovery.ts +4 -1
- package/src/src/utils/version.ts +3 -3
|
@@ -1,717 +1,717 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
let version: number;
|
|
3
3
|
let templates: {
|
|
4
|
-
"
|
|
4
|
+
"agentic-workflow": {
|
|
5
5
|
files: {
|
|
6
|
+
"README.md": string;
|
|
7
|
+
"workflows/content-pipeline.ts": string;
|
|
8
|
+
"app/workflows/[id]/page.tsx": string;
|
|
6
9
|
"app/layout.tsx": string;
|
|
7
10
|
"app/page.tsx": string;
|
|
8
|
-
"app/api/chat/route.ts": string;
|
|
9
|
-
"tools/calculator.ts": string;
|
|
10
|
-
"agents/assistant.ts": string;
|
|
11
11
|
"tsconfig.json": string;
|
|
12
|
-
"
|
|
12
|
+
"agents/researcher.ts": string;
|
|
13
|
+
"agents/writer.ts": string;
|
|
13
14
|
};
|
|
14
15
|
};
|
|
15
16
|
"saas-starter": {
|
|
16
17
|
files: {
|
|
17
|
-
"
|
|
18
|
-
"app/login/page.tsx": string;
|
|
19
|
-
"app/page.tsx": string;
|
|
18
|
+
"README.md": string;
|
|
20
19
|
"app/dashboard/page.tsx": string;
|
|
21
20
|
"app/api/chat/route.ts": string;
|
|
22
|
-
"
|
|
23
|
-
"
|
|
21
|
+
"app/login/page.tsx": string;
|
|
22
|
+
"app/layout.tsx": string;
|
|
23
|
+
"app/page.tsx": string;
|
|
24
24
|
"tsconfig.json": string;
|
|
25
|
-
"
|
|
25
|
+
"agents/assistant.ts": string;
|
|
26
|
+
"tools/search.ts": string;
|
|
26
27
|
};
|
|
27
28
|
};
|
|
28
|
-
"
|
|
29
|
+
"ai-agent": {
|
|
29
30
|
files: {
|
|
31
|
+
"README.md": string;
|
|
32
|
+
"app/api/chat/route.ts": string;
|
|
30
33
|
"app/layout.tsx": string;
|
|
31
34
|
"app/page.tsx": string;
|
|
35
|
+
"tsconfig.json": string;
|
|
36
|
+
"agents/assistant.ts": string;
|
|
37
|
+
"tools/calculator.ts": string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
"docs-agent": {
|
|
41
|
+
files: {
|
|
42
|
+
"README.md": string;
|
|
32
43
|
"app/api/uploads/route.ts": string;
|
|
33
44
|
"app/api/uploads/[id]/route.ts": string;
|
|
34
45
|
"app/api/chat/route.ts": string;
|
|
46
|
+
"app/layout.tsx": string;
|
|
47
|
+
"app/page.tsx": string;
|
|
48
|
+
"tsconfig.json": string;
|
|
35
49
|
"store.ts": string;
|
|
36
50
|
"agents/rag.ts": string;
|
|
37
|
-
"tsconfig.json": string;
|
|
38
|
-
"README.md": string;
|
|
39
51
|
"content/getting-started.md": string;
|
|
40
52
|
"content/architecture.md": string;
|
|
41
53
|
};
|
|
42
54
|
};
|
|
43
|
-
|
|
55
|
+
minimal: {
|
|
44
56
|
files: {
|
|
57
|
+
"README.md": string;
|
|
58
|
+
"app/about/page.mdx": string;
|
|
45
59
|
"app/layout.tsx": string;
|
|
46
60
|
"app/page.tsx": string;
|
|
47
|
-
"app/workflows/[id]/page.tsx": string;
|
|
48
|
-
"agents/researcher.ts": string;
|
|
49
|
-
"agents/writer.ts": string;
|
|
50
|
-
"tsconfig.json": string;
|
|
51
|
-
"README.md": string;
|
|
52
|
-
"workflows/content-pipeline.ts": string;
|
|
53
61
|
};
|
|
54
62
|
};
|
|
55
63
|
"multi-agent-system": {
|
|
56
64
|
files: {
|
|
65
|
+
"README.md": string;
|
|
66
|
+
"app/api/chat/route.ts": string;
|
|
57
67
|
"app/layout.tsx": string;
|
|
58
68
|
"app/page.tsx": string;
|
|
59
|
-
"
|
|
60
|
-
"tools/web-search.ts": string;
|
|
69
|
+
"tsconfig.json": string;
|
|
61
70
|
"agents/researcher.ts": string;
|
|
62
|
-
"agents/orchestrator.ts": string;
|
|
63
71
|
"agents/writer.ts": string;
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
minimal: {
|
|
69
|
-
files: {
|
|
70
|
-
"app/about/page.mdx": string;
|
|
71
|
-
"app/layout.tsx": string;
|
|
72
|
-
"app/page.tsx": string;
|
|
73
|
-
"README.md": string;
|
|
72
|
+
"agents/orchestrator.ts": string;
|
|
73
|
+
"tools/web-search.ts": string;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
"coding-agent": {
|
|
77
77
|
files: {
|
|
78
|
+
"README.md": string;
|
|
79
|
+
"app/api/chat/route.ts": string;
|
|
78
80
|
"app/layout.tsx": string;
|
|
79
81
|
"app/page.tsx": string;
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
+
"tsconfig.json": string;
|
|
83
|
+
"agents/coder.ts": string;
|
|
82
84
|
"tools/list-files.ts": string;
|
|
85
|
+
"tools/edit-file.ts": string;
|
|
83
86
|
"tools/read-file.ts": string;
|
|
84
|
-
"agents/coder.ts": string;
|
|
85
|
-
"tsconfig.json": string;
|
|
86
|
-
"README.md": string;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
"integration:calendar": {
|
|
90
|
-
files: {
|
|
91
|
-
".env.example": string;
|
|
92
|
-
"app/api/auth/calendar/route.ts": string;
|
|
93
|
-
"app/api/auth/calendar/callback/route.ts": string;
|
|
94
|
-
"tools/list-events.ts": string;
|
|
95
|
-
"tools/find-free-time.ts": string;
|
|
96
|
-
"tools/create-event.ts": string;
|
|
97
|
-
"lib/calendar-client.ts": string;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
"integration:monday": {
|
|
101
|
-
files: {
|
|
102
|
-
".env.example": string;
|
|
103
|
-
"app/api/auth/monday/route.ts": string;
|
|
104
|
-
"app/api/auth/monday/callback/route.ts": string;
|
|
105
|
-
"tools/get-item.ts": string;
|
|
106
|
-
"tools/update-item.ts": string;
|
|
107
|
-
"tools/create-item.ts": string;
|
|
108
|
-
"tools/list-items.ts": string;
|
|
109
|
-
"tools/list-boards.ts": string;
|
|
110
|
-
"lib/monday-client.ts": string;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
"integration:zoom": {
|
|
114
|
-
files: {
|
|
115
|
-
".env.example": string;
|
|
116
|
-
"app/api/auth/zoom/route.ts": string;
|
|
117
|
-
"app/api/auth/zoom/callback/route.ts": string;
|
|
118
|
-
"tools/list-meetings.ts": string;
|
|
119
|
-
"tools/update-meeting.ts": string;
|
|
120
|
-
"tools/create-meeting.ts": string;
|
|
121
|
-
"tools/get-meeting.ts": string;
|
|
122
|
-
"tools/delete-meeting.ts": string;
|
|
123
|
-
"lib/zoom-client.ts": string;
|
|
124
87
|
};
|
|
125
88
|
};
|
|
126
|
-
"integration:
|
|
89
|
+
"integration:gmail": {
|
|
127
90
|
files: {
|
|
128
91
|
".env.example": string;
|
|
129
|
-
"
|
|
130
|
-
"app/api/auth/
|
|
131
|
-
"
|
|
132
|
-
"tools/
|
|
133
|
-
"tools/
|
|
134
|
-
"tools/list-
|
|
135
|
-
"tools/send-message.ts": string;
|
|
136
|
-
"lib/intercom-client.ts": string;
|
|
92
|
+
"lib/gmail-client.ts": string;
|
|
93
|
+
"app/api/auth/gmail/route.ts": string;
|
|
94
|
+
"app/api/auth/gmail/callback/route.ts": string;
|
|
95
|
+
"tools/send-email.ts": string;
|
|
96
|
+
"tools/search-emails.ts": string;
|
|
97
|
+
"tools/list-emails.ts": string;
|
|
137
98
|
};
|
|
138
99
|
};
|
|
139
|
-
"integration:
|
|
100
|
+
"integration:sheets": {
|
|
140
101
|
files: {
|
|
141
102
|
".env.example": string;
|
|
142
|
-
"
|
|
143
|
-
"app/api/auth/
|
|
144
|
-
"
|
|
145
|
-
"tools/
|
|
146
|
-
"tools/get-
|
|
147
|
-
"tools/
|
|
148
|
-
"tools/create-
|
|
149
|
-
"
|
|
103
|
+
"lib/sheets-client.ts": string;
|
|
104
|
+
"app/api/auth/sheets/route.ts": string;
|
|
105
|
+
"app/api/auth/sheets/callback/route.ts": string;
|
|
106
|
+
"tools/read-range.ts": string;
|
|
107
|
+
"tools/get-spreadsheet.ts": string;
|
|
108
|
+
"tools/write-range.ts": string;
|
|
109
|
+
"tools/create-spreadsheet.ts": string;
|
|
110
|
+
"tools/list-spreadsheets.ts": string;
|
|
150
111
|
};
|
|
151
112
|
};
|
|
152
|
-
"integration:
|
|
113
|
+
"integration:dropbox": {
|
|
153
114
|
files: {
|
|
154
115
|
".env.example": string;
|
|
155
|
-
"
|
|
156
|
-
"app/api/auth/
|
|
157
|
-
"
|
|
158
|
-
"tools/
|
|
159
|
-
"tools/
|
|
160
|
-
"tools/
|
|
161
|
-
"tools/
|
|
162
|
-
"
|
|
116
|
+
"lib/dropbox-client.ts": string;
|
|
117
|
+
"app/api/auth/dropbox/route.ts": string;
|
|
118
|
+
"app/api/auth/dropbox/callback/route.ts": string;
|
|
119
|
+
"tools/get-account.ts": string;
|
|
120
|
+
"tools/search-files.ts": string;
|
|
121
|
+
"tools/get-file.ts": string;
|
|
122
|
+
"tools/list-files.ts": string;
|
|
123
|
+
"tools/upload-file.ts": string;
|
|
163
124
|
};
|
|
164
125
|
};
|
|
165
126
|
"integration:sentry": {
|
|
166
127
|
files: {
|
|
167
128
|
".env.example": string;
|
|
168
|
-
"
|
|
169
|
-
"tools/list-issues.ts": string;
|
|
129
|
+
"lib/sentry-client.ts": string;
|
|
170
130
|
"tools/list-projects.ts": string;
|
|
171
131
|
"tools/resolve-issue.ts": string;
|
|
172
|
-
"
|
|
132
|
+
"tools/list-issues.ts": string;
|
|
133
|
+
"tools/get-issue.ts": string;
|
|
173
134
|
};
|
|
174
135
|
};
|
|
175
136
|
"integration:jira": {
|
|
176
137
|
files: {
|
|
138
|
+
"lib/jira-client.ts": string;
|
|
177
139
|
"app/api/auth/jira/route.ts": string;
|
|
178
140
|
"app/api/auth/jira/callback/route.ts": string;
|
|
179
|
-
"tools/
|
|
141
|
+
"tools/search-issues.ts": string;
|
|
180
142
|
"tools/create-issue.ts": string;
|
|
181
143
|
"tools/list-projects.ts": string;
|
|
182
|
-
"tools/search-issues.ts": string;
|
|
183
144
|
"tools/update-issue.ts": string;
|
|
184
|
-
"
|
|
145
|
+
"tools/get-issue.ts": string;
|
|
185
146
|
};
|
|
186
147
|
};
|
|
187
|
-
"integration:
|
|
148
|
+
"integration:anthropic": {
|
|
188
149
|
files: {
|
|
189
150
|
".env.example": string;
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"tools/get-
|
|
193
|
-
"tools/list-
|
|
194
|
-
"tools/
|
|
195
|
-
"tools/
|
|
196
|
-
|
|
197
|
-
|
|
151
|
+
"lib/anthropic-admin-client.ts": string;
|
|
152
|
+
"tools/list-api-keys.ts": string;
|
|
153
|
+
"tools/get-usage.ts": string;
|
|
154
|
+
"tools/list-members.ts": string;
|
|
155
|
+
"tools/get-organization.ts": string;
|
|
156
|
+
"tools/list-workspaces.ts": string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
"integration:snowflake": {
|
|
160
|
+
files: {
|
|
161
|
+
".env.example": string;
|
|
162
|
+
"lib/snowflake-client.ts": string;
|
|
163
|
+
"tools/describe-table.ts": string;
|
|
164
|
+
"tools/list-databases.ts": string;
|
|
165
|
+
"tools/run-query.ts": string;
|
|
166
|
+
"tools/list-tables.ts": string;
|
|
167
|
+
"tools/list-schemas.ts": string;
|
|
198
168
|
};
|
|
199
169
|
};
|
|
200
170
|
"integration:docs-google": {
|
|
201
171
|
files: {
|
|
202
172
|
".env.example": string;
|
|
173
|
+
"lib/oauth.ts": string;
|
|
174
|
+
"lib/docs-client.ts": string;
|
|
203
175
|
"app/api/auth/docs-google/route.ts": string;
|
|
204
176
|
"app/api/auth/docs-google/callback/route.ts": string;
|
|
205
|
-
"tools/
|
|
177
|
+
"tools/update-document.ts": string;
|
|
206
178
|
"tools/search-documents.ts": string;
|
|
207
179
|
"tools/create-document.ts": string;
|
|
208
|
-
"tools/update-document.ts": string;
|
|
209
180
|
"tools/list-documents.ts": string;
|
|
210
|
-
"
|
|
211
|
-
"lib/oauth.ts": string;
|
|
181
|
+
"tools/get-document.ts": string;
|
|
212
182
|
};
|
|
213
183
|
};
|
|
214
|
-
"integration:
|
|
184
|
+
"integration:supabase": {
|
|
215
185
|
files: {
|
|
216
186
|
".env.example": string;
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"tools/
|
|
220
|
-
"tools/
|
|
221
|
-
"tools/list-
|
|
222
|
-
"
|
|
187
|
+
"lib/supabase-client.ts": string;
|
|
188
|
+
"app/api/auth/supabase/route.ts": string;
|
|
189
|
+
"tools/insert-row.ts": string;
|
|
190
|
+
"tools/query-table.ts": string;
|
|
191
|
+
"tools/list-tables.ts": string;
|
|
192
|
+
"tools/update-row.ts": string;
|
|
193
|
+
"tools/delete-row.ts": string;
|
|
223
194
|
};
|
|
224
195
|
};
|
|
225
|
-
"integration:
|
|
196
|
+
"integration:github": {
|
|
226
197
|
files: {
|
|
227
|
-
".
|
|
228
|
-
"app/api/auth/
|
|
229
|
-
"app/api/auth/
|
|
230
|
-
"tools/
|
|
231
|
-
"tools/
|
|
232
|
-
"tools/list-
|
|
233
|
-
"tools/
|
|
234
|
-
"tools/get-file.ts": string;
|
|
235
|
-
"lib/dropbox-client.ts": string;
|
|
198
|
+
"lib/github-client.ts": string;
|
|
199
|
+
"app/api/auth/github/route.ts": string;
|
|
200
|
+
"app/api/auth/github/callback/route.ts": string;
|
|
201
|
+
"tools/create-issue.ts": string;
|
|
202
|
+
"tools/list-prs.ts": string;
|
|
203
|
+
"tools/list-repos.ts": string;
|
|
204
|
+
"tools/get-pr-diff.ts": string;
|
|
236
205
|
};
|
|
237
206
|
};
|
|
238
|
-
"integration:
|
|
207
|
+
"integration:xero": {
|
|
239
208
|
files: {
|
|
240
209
|
".env.example": string;
|
|
241
|
-
"
|
|
242
|
-
"app/api/auth/
|
|
243
|
-
"
|
|
244
|
-
"tools/list-
|
|
245
|
-
"tools/
|
|
246
|
-
"tools/
|
|
247
|
-
"
|
|
210
|
+
"lib/xero-client.ts": string;
|
|
211
|
+
"app/api/auth/xero/route.ts": string;
|
|
212
|
+
"app/api/auth/xero/callback/route.ts": string;
|
|
213
|
+
"tools/list-contacts.ts": string;
|
|
214
|
+
"tools/get-contact.ts": string;
|
|
215
|
+
"tools/list-invoices.ts": string;
|
|
216
|
+
"tools/create-invoice.ts": string;
|
|
217
|
+
"tools/get-invoice.ts": string;
|
|
248
218
|
};
|
|
249
219
|
};
|
|
250
|
-
"integration:
|
|
220
|
+
"integration:twilio": {
|
|
251
221
|
files: {
|
|
252
222
|
".env.example": string;
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"tools/
|
|
256
|
-
"tools/
|
|
257
|
-
"tools/list-
|
|
258
|
-
"tools/list-
|
|
259
|
-
"lib/bitbucket-client.ts": string;
|
|
223
|
+
"lib/twilio-client.ts": string;
|
|
224
|
+
"tools/send-sms.ts": string;
|
|
225
|
+
"tools/get-message.ts": string;
|
|
226
|
+
"tools/send-whatsapp.ts": string;
|
|
227
|
+
"tools/list-messages.ts": string;
|
|
228
|
+
"tools/list-calls.ts": string;
|
|
260
229
|
};
|
|
261
230
|
};
|
|
262
|
-
"integration:
|
|
231
|
+
"integration:zendesk": {
|
|
263
232
|
files: {
|
|
264
233
|
".env.example": string;
|
|
265
|
-
"
|
|
266
|
-
"app/api/auth/
|
|
267
|
-
"
|
|
268
|
-
"tools/
|
|
269
|
-
"tools/
|
|
270
|
-
"tools/
|
|
271
|
-
"tools/list-
|
|
272
|
-
"lib/trello-client.ts": string;
|
|
234
|
+
"lib/zendesk-client.ts": string;
|
|
235
|
+
"app/api/auth/zendesk/route.ts": string;
|
|
236
|
+
"app/api/auth/zendesk/callback/route.ts": string;
|
|
237
|
+
"tools/create-ticket.ts": string;
|
|
238
|
+
"tools/search-tickets.ts": string;
|
|
239
|
+
"tools/get-ticket.ts": string;
|
|
240
|
+
"tools/list-tickets.ts": string;
|
|
273
241
|
};
|
|
274
242
|
};
|
|
275
|
-
"integration:
|
|
243
|
+
"integration:sharepoint": {
|
|
276
244
|
files: {
|
|
277
|
-
"
|
|
278
|
-
"app/api/auth/
|
|
279
|
-
"
|
|
245
|
+
"lib/sharepoint-client.ts": string;
|
|
246
|
+
"app/api/auth/sharepoint/route.ts": string;
|
|
247
|
+
"app/api/auth/sharepoint/callback/route.ts": string;
|
|
248
|
+
"tools/get-site.ts": string;
|
|
249
|
+
"tools/list-sites.ts": string;
|
|
250
|
+
"tools/get-file.ts": string;
|
|
251
|
+
"tools/list-files.ts": string;
|
|
252
|
+
"tools/upload-file.ts": string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
"integration:webex": {
|
|
256
|
+
files: {
|
|
257
|
+
".env.example": string;
|
|
258
|
+
"lib/webex-client.ts": string;
|
|
259
|
+
"app/api/auth/webex/route.ts": string;
|
|
260
|
+
"app/api/auth/webex/callback/route.ts": string;
|
|
280
261
|
"tools/send-message.ts": string;
|
|
281
|
-
"tools/
|
|
282
|
-
"
|
|
262
|
+
"tools/get-meeting.ts": string;
|
|
263
|
+
"tools/list-rooms.ts": string;
|
|
264
|
+
"tools/list-meetings.ts": string;
|
|
265
|
+
"tools/create-meeting.ts": string;
|
|
283
266
|
};
|
|
284
267
|
};
|
|
285
|
-
"integration:
|
|
268
|
+
"integration:notion": {
|
|
286
269
|
files: {
|
|
287
270
|
".env.example": string;
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"tools/
|
|
292
|
-
"
|
|
271
|
+
"lib/notion-client.ts": string;
|
|
272
|
+
"app/api/auth/notion/route.ts": string;
|
|
273
|
+
"app/api/auth/notion/callback/route.ts": string;
|
|
274
|
+
"tools/query-database.ts": string;
|
|
275
|
+
"tools/create-page.ts": string;
|
|
276
|
+
"tools/search-notion.ts": string;
|
|
277
|
+
"tools/read-page.ts": string;
|
|
293
278
|
};
|
|
294
279
|
};
|
|
295
|
-
"integration:
|
|
280
|
+
"integration:discord": {
|
|
296
281
|
files: {
|
|
297
282
|
".env.example": string;
|
|
298
|
-
"
|
|
299
|
-
"app/api/auth/
|
|
300
|
-
"
|
|
301
|
-
"tools/
|
|
302
|
-
"tools/get-
|
|
303
|
-
"
|
|
283
|
+
"lib/discord-client.ts": string;
|
|
284
|
+
"app/api/auth/discord/route.ts": string;
|
|
285
|
+
"app/api/auth/discord/callback/route.ts": string;
|
|
286
|
+
"tools/list-guilds.ts": string;
|
|
287
|
+
"tools/get-user.ts": string;
|
|
288
|
+
"tools/send-message.ts": string;
|
|
289
|
+
"tools/list-channels.ts": string;
|
|
290
|
+
"tools/get-messages.ts": string;
|
|
304
291
|
};
|
|
305
292
|
};
|
|
306
|
-
"integration:
|
|
293
|
+
"integration:confluence": {
|
|
307
294
|
files: {
|
|
308
295
|
".env.example": string;
|
|
309
|
-
"
|
|
310
|
-
"app/api/auth/
|
|
311
|
-
"
|
|
312
|
-
"tools/
|
|
313
|
-
"tools/
|
|
314
|
-
"tools/create-
|
|
315
|
-
"tools/
|
|
316
|
-
"
|
|
296
|
+
"lib/confluence-client.ts": string;
|
|
297
|
+
"app/api/auth/confluence/route.ts": string;
|
|
298
|
+
"app/api/auth/confluence/callback/route.ts": string;
|
|
299
|
+
"tools/update-page.ts": string;
|
|
300
|
+
"tools/search-content.ts": string;
|
|
301
|
+
"tools/create-page.ts": string;
|
|
302
|
+
"tools/get-page.ts": string;
|
|
303
|
+
"tools/list-spaces.ts": string;
|
|
317
304
|
};
|
|
318
305
|
};
|
|
319
|
-
"integration:
|
|
306
|
+
"integration:mailchimp": {
|
|
320
307
|
files: {
|
|
321
308
|
".env.example": string;
|
|
322
|
-
"
|
|
323
|
-
"app/api/auth/
|
|
324
|
-
"
|
|
325
|
-
"tools/
|
|
326
|
-
"tools/
|
|
327
|
-
"
|
|
309
|
+
"lib/mailchimp-client.ts": string;
|
|
310
|
+
"app/api/auth/mailchimp/route.ts": string;
|
|
311
|
+
"app/api/auth/mailchimp/callback/route.ts": string;
|
|
312
|
+
"tools/get-campaign.ts": string;
|
|
313
|
+
"tools/list-lists.ts": string;
|
|
314
|
+
"tools/list-members.ts": string;
|
|
315
|
+
"tools/get-list.ts": string;
|
|
316
|
+
"tools/list-campaigns.ts": string;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
"integration:teams": {
|
|
320
|
+
files: {
|
|
321
|
+
"lib/teams-client.ts": string;
|
|
322
|
+
"app/api/auth/teams/route.ts": string;
|
|
323
|
+
"app/api/auth/teams/callback/route.ts": string;
|
|
324
|
+
"tools/list-chats.ts": string;
|
|
325
|
+
"tools/send-message.ts": string;
|
|
326
|
+
"tools/list-channels.ts": string;
|
|
327
|
+
"tools/list-teams.ts": string;
|
|
328
|
+
"tools/get-messages.ts": string;
|
|
328
329
|
};
|
|
329
330
|
};
|
|
330
331
|
"integration:shopify": {
|
|
331
332
|
files: {
|
|
332
333
|
".env.example": string;
|
|
334
|
+
"lib/shopify-client.ts": string;
|
|
333
335
|
"app/api/auth/shopify/route.ts": string;
|
|
334
336
|
"app/api/auth/shopify/callback/route.ts": string;
|
|
337
|
+
"tools/get-order.ts": string;
|
|
335
338
|
"tools/list-customers.ts": string;
|
|
339
|
+
"tools/get-product.ts": string;
|
|
336
340
|
"tools/list-orders.ts": string;
|
|
337
|
-
"tools/get-order.ts": string;
|
|
338
341
|
"tools/list-products.ts": string;
|
|
339
|
-
"tools/get-product.ts": string;
|
|
340
|
-
"lib/shopify-client.ts": string;
|
|
341
342
|
};
|
|
342
343
|
};
|
|
343
|
-
"integration:
|
|
344
|
+
"integration:hubspot": {
|
|
344
345
|
files: {
|
|
345
346
|
".env.example": string;
|
|
346
|
-
"
|
|
347
|
-
"app/api/auth/
|
|
348
|
-
"
|
|
349
|
-
"tools/
|
|
350
|
-
"tools/list-
|
|
351
|
-
"tools/
|
|
352
|
-
"tools/
|
|
353
|
-
"
|
|
347
|
+
"lib/hubspot-client.ts": string;
|
|
348
|
+
"app/api/auth/hubspot/route.ts": string;
|
|
349
|
+
"app/api/auth/hubspot/callback/route.ts": string;
|
|
350
|
+
"tools/create-contact.ts": string;
|
|
351
|
+
"tools/list-contacts.ts": string;
|
|
352
|
+
"tools/get-contact.ts": string;
|
|
353
|
+
"tools/list-deals.ts": string;
|
|
354
|
+
"tools/create-deal.ts": string;
|
|
354
355
|
};
|
|
355
356
|
};
|
|
356
|
-
"integration:
|
|
357
|
+
"integration:freshdesk": {
|
|
357
358
|
files: {
|
|
358
359
|
".env.example": string;
|
|
359
|
-
"
|
|
360
|
-
"app/api/auth/
|
|
361
|
-
"
|
|
362
|
-
"tools/
|
|
363
|
-
"tools/
|
|
364
|
-
"tools/
|
|
365
|
-
"tools/
|
|
366
|
-
"
|
|
360
|
+
"lib/freshdesk-client.ts": string;
|
|
361
|
+
"app/api/auth/freshdesk/route.ts": string;
|
|
362
|
+
"app/api/auth/freshdesk/callback/route.ts": string;
|
|
363
|
+
"tools/list-contacts.ts": string;
|
|
364
|
+
"tools/create-ticket.ts": string;
|
|
365
|
+
"tools/update-ticket.ts": string;
|
|
366
|
+
"tools/get-ticket.ts": string;
|
|
367
|
+
"tools/list-tickets.ts": string;
|
|
367
368
|
};
|
|
368
369
|
};
|
|
369
|
-
"integration:
|
|
370
|
+
"integration:stripe": {
|
|
370
371
|
files: {
|
|
371
372
|
".env.example": string;
|
|
372
|
-
"
|
|
373
|
-
"app/api/auth/
|
|
374
|
-
"tools/
|
|
375
|
-
"tools/
|
|
376
|
-
"tools/
|
|
377
|
-
"tools/
|
|
378
|
-
"tools/
|
|
379
|
-
"lib/confluence-client.ts": string;
|
|
373
|
+
"lib/stripe-client.ts": string;
|
|
374
|
+
"app/api/auth/stripe/route.ts": string;
|
|
375
|
+
"tools/list-payments.ts": string;
|
|
376
|
+
"tools/list-customers.ts": string;
|
|
377
|
+
"tools/get-customer.ts": string;
|
|
378
|
+
"tools/list-subscriptions.ts": string;
|
|
379
|
+
"tools/get-balance.ts": string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
-
"integration:
|
|
382
|
+
"integration:onedrive": {
|
|
383
383
|
files: {
|
|
384
384
|
".env.example": string;
|
|
385
|
-
"
|
|
386
|
-
"app/api/auth/
|
|
387
|
-
"
|
|
388
|
-
"tools/
|
|
389
|
-
"tools/
|
|
390
|
-
"tools/list-
|
|
391
|
-
"tools/
|
|
392
|
-
"lib/discord-client.ts": string;
|
|
385
|
+
"lib/onedrive-client.ts": string;
|
|
386
|
+
"app/api/auth/onedrive/route.ts": string;
|
|
387
|
+
"app/api/auth/onedrive/callback/route.ts": string;
|
|
388
|
+
"tools/download-file.ts": string;
|
|
389
|
+
"tools/search-files.ts": string;
|
|
390
|
+
"tools/list-files.ts": string;
|
|
391
|
+
"tools/upload-file.ts": string;
|
|
393
392
|
};
|
|
394
393
|
};
|
|
395
|
-
"integration:
|
|
394
|
+
"integration:aws": {
|
|
396
395
|
files: {
|
|
397
396
|
".env.example": string;
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"tools/
|
|
401
|
-
"tools/list-
|
|
402
|
-
"tools/
|
|
403
|
-
"tools/
|
|
404
|
-
"tools/search-issues.ts": string;
|
|
405
|
-
"lib/gitlab-client.ts": string;
|
|
397
|
+
"lib/aws-client.ts": string;
|
|
398
|
+
"tools/list-ec2-instances.ts": string;
|
|
399
|
+
"tools/list-s3-objects.ts": string;
|
|
400
|
+
"tools/list-lambda-functions.ts": string;
|
|
401
|
+
"tools/list-s3-buckets.ts": string;
|
|
402
|
+
"tools/get-s3-object.ts": string;
|
|
406
403
|
};
|
|
407
404
|
};
|
|
408
|
-
"integration:
|
|
405
|
+
"integration:airtable": {
|
|
409
406
|
files: {
|
|
410
|
-
".
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"tools/
|
|
414
|
-
"tools/list-
|
|
415
|
-
"tools/
|
|
416
|
-
"
|
|
407
|
+
"lib/airtable-client.ts": string;
|
|
408
|
+
"app/api/auth/airtable/route.ts": string;
|
|
409
|
+
"app/api/auth/airtable/callback/route.ts": string;
|
|
410
|
+
"tools/create-record.ts": string;
|
|
411
|
+
"tools/list-bases.ts": string;
|
|
412
|
+
"tools/get-base.ts": string;
|
|
413
|
+
"tools/get-record.ts": string;
|
|
414
|
+
"tools/list-records.ts": string;
|
|
417
415
|
};
|
|
418
416
|
};
|
|
419
|
-
"integration:
|
|
417
|
+
"integration:gitlab": {
|
|
420
418
|
files: {
|
|
421
419
|
".env.example": string;
|
|
422
|
-
"
|
|
423
|
-
"app/api/auth/
|
|
424
|
-
"
|
|
425
|
-
"tools/
|
|
426
|
-
"tools/create-
|
|
420
|
+
"lib/gitlab-client.ts": string;
|
|
421
|
+
"app/api/auth/gitlab/route.ts": string;
|
|
422
|
+
"app/api/auth/gitlab/callback/route.ts": string;
|
|
423
|
+
"tools/search-issues.ts": string;
|
|
424
|
+
"tools/create-issue.ts": string;
|
|
427
425
|
"tools/list-projects.ts": string;
|
|
428
|
-
"tools/list-
|
|
429
|
-
"
|
|
426
|
+
"tools/list-merge-requests.ts": string;
|
|
427
|
+
"tools/get-issue.ts": string;
|
|
430
428
|
};
|
|
431
429
|
};
|
|
432
|
-
"integration:
|
|
430
|
+
"integration:monday": {
|
|
433
431
|
files: {
|
|
434
432
|
".env.example": string;
|
|
435
|
-
"
|
|
436
|
-
"app/api/auth/
|
|
437
|
-
"
|
|
438
|
-
"tools/
|
|
439
|
-
"tools/
|
|
440
|
-
"tools/
|
|
441
|
-
"
|
|
433
|
+
"lib/monday-client.ts": string;
|
|
434
|
+
"app/api/auth/monday/route.ts": string;
|
|
435
|
+
"app/api/auth/monday/callback/route.ts": string;
|
|
436
|
+
"tools/list-items.ts": string;
|
|
437
|
+
"tools/update-item.ts": string;
|
|
438
|
+
"tools/list-boards.ts": string;
|
|
439
|
+
"tools/create-item.ts": string;
|
|
440
|
+
"tools/get-item.ts": string;
|
|
442
441
|
};
|
|
443
442
|
};
|
|
444
|
-
"integration:
|
|
443
|
+
"integration:bitbucket": {
|
|
445
444
|
files: {
|
|
446
445
|
".env.example": string;
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"tools/
|
|
451
|
-
"tools/
|
|
452
|
-
"tools/list-
|
|
453
|
-
"
|
|
446
|
+
"lib/bitbucket-client.ts": string;
|
|
447
|
+
"app/api/auth/bitbucket/route.ts": string;
|
|
448
|
+
"app/api/auth/bitbucket/callback/route.ts": string;
|
|
449
|
+
"tools/list-repositories.ts": string;
|
|
450
|
+
"tools/list-pull-requests.ts": string;
|
|
451
|
+
"tools/list-issues.ts": string;
|
|
452
|
+
"tools/create-pull-request.ts": string;
|
|
454
453
|
};
|
|
455
454
|
};
|
|
456
|
-
"integration:
|
|
455
|
+
"integration:zoom": {
|
|
457
456
|
files: {
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"tools/
|
|
463
|
-
"tools/get-
|
|
464
|
-
"tools/
|
|
465
|
-
"
|
|
457
|
+
".env.example": string;
|
|
458
|
+
"lib/zoom-client.ts": string;
|
|
459
|
+
"app/api/auth/zoom/route.ts": string;
|
|
460
|
+
"app/api/auth/zoom/callback/route.ts": string;
|
|
461
|
+
"tools/update-meeting.ts": string;
|
|
462
|
+
"tools/get-meeting.ts": string;
|
|
463
|
+
"tools/list-meetings.ts": string;
|
|
464
|
+
"tools/create-meeting.ts": string;
|
|
465
|
+
"tools/delete-meeting.ts": string;
|
|
466
466
|
};
|
|
467
467
|
};
|
|
468
|
-
"integration:
|
|
468
|
+
"integration:twitter": {
|
|
469
469
|
files: {
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"tools/
|
|
475
|
-
"tools/
|
|
476
|
-
"tools/
|
|
477
|
-
"lib/teams-client.ts": string;
|
|
470
|
+
".env.example": string;
|
|
471
|
+
"lib/twitter-client.ts": string;
|
|
472
|
+
"app/api/auth/twitter/route.ts": string;
|
|
473
|
+
"app/api/auth/twitter/callback/route.ts": string;
|
|
474
|
+
"tools/post-tweet.ts": string;
|
|
475
|
+
"tools/search-tweets.ts": string;
|
|
476
|
+
"tools/get-timeline.ts": string;
|
|
478
477
|
};
|
|
479
478
|
};
|
|
480
479
|
"integration:figma": {
|
|
481
480
|
files: {
|
|
482
481
|
".env.example": string;
|
|
483
|
-
"app/api/auth/figma/route.ts": string;
|
|
484
|
-
"app/api/auth/figma/callback/route.ts": string;
|
|
485
|
-
"tools/get-comments.ts": string;
|
|
486
|
-
"tools/list-files.ts": string;
|
|
487
|
-
"tools/list-projects.ts": string;
|
|
488
|
-
"tools/post-comment.ts": string;
|
|
489
|
-
"tools/get-file.ts": string;
|
|
490
482
|
"lib/figma-client.ts": string;
|
|
491
|
-
"lib/types.ts": string;
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
".
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
"tools/read-range.ts": string;
|
|
500
|
-
"tools/write-range.ts": string;
|
|
501
|
-
"tools/create-spreadsheet.ts": string;
|
|
502
|
-
"tools/get-spreadsheet.ts": string;
|
|
503
|
-
"tools/list-spreadsheets.ts": string;
|
|
504
|
-
"lib/sheets-client.ts": string;
|
|
483
|
+
"lib/types.ts": string;
|
|
484
|
+
"app/api/auth/figma/route.ts": string;
|
|
485
|
+
"app/api/auth/figma/callback/route.ts": string;
|
|
486
|
+
"tools/post-comment.ts": string;
|
|
487
|
+
"tools/list-projects.ts": string;
|
|
488
|
+
"tools/get-file.ts": string;
|
|
489
|
+
"tools/get-comments.ts": string;
|
|
490
|
+
"tools/list-files.ts": string;
|
|
505
491
|
};
|
|
506
492
|
};
|
|
507
|
-
"integration:
|
|
493
|
+
"integration:pipedrive": {
|
|
508
494
|
files: {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"tools/
|
|
514
|
-
"tools/
|
|
515
|
-
"tools/create-
|
|
516
|
-
"
|
|
495
|
+
".env.example": string;
|
|
496
|
+
"lib/pipedrive-client.ts": string;
|
|
497
|
+
"app/api/auth/pipedrive/route.ts": string;
|
|
498
|
+
"app/api/auth/pipedrive/callback/route.ts": string;
|
|
499
|
+
"tools/get-deal.ts": string;
|
|
500
|
+
"tools/list-deals.ts": string;
|
|
501
|
+
"tools/create-deal.ts": string;
|
|
502
|
+
"tools/update-deal.ts": string;
|
|
503
|
+
"tools/list-persons.ts": string;
|
|
517
504
|
};
|
|
518
505
|
};
|
|
519
|
-
"integration:
|
|
506
|
+
"integration:asana": {
|
|
520
507
|
files: {
|
|
521
508
|
".env.example": string;
|
|
522
|
-
"
|
|
523
|
-
"app/api/auth/
|
|
524
|
-
"
|
|
525
|
-
"tools/
|
|
509
|
+
"lib/asana-client.ts": string;
|
|
510
|
+
"app/api/auth/asana/route.ts": string;
|
|
511
|
+
"app/api/auth/asana/callback/route.ts": string;
|
|
512
|
+
"tools/get-task.ts": string;
|
|
513
|
+
"tools/update-task.ts": string;
|
|
514
|
+
"tools/create-task.ts": string;
|
|
515
|
+
"tools/list-tasks.ts": string;
|
|
526
516
|
"tools/list-projects.ts": string;
|
|
527
|
-
"tools/search-issues.ts": string;
|
|
528
|
-
"tools/update-issue.ts": string;
|
|
529
|
-
"lib/linear-client.ts": string;
|
|
530
517
|
};
|
|
531
518
|
};
|
|
532
|
-
"integration:
|
|
519
|
+
"integration:trello": {
|
|
533
520
|
files: {
|
|
534
521
|
".env.example": string;
|
|
535
|
-
"
|
|
536
|
-
"app/api/auth/
|
|
537
|
-
"
|
|
538
|
-
"tools/list-
|
|
539
|
-
"tools/
|
|
540
|
-
"tools/get-
|
|
541
|
-
"tools/
|
|
542
|
-
"
|
|
522
|
+
"lib/trello-client.ts": string;
|
|
523
|
+
"app/api/auth/trello/route.ts": string;
|
|
524
|
+
"app/api/auth/trello/callback/route.ts": string;
|
|
525
|
+
"tools/list-cards.ts": string;
|
|
526
|
+
"tools/list-boards.ts": string;
|
|
527
|
+
"tools/get-card.ts": string;
|
|
528
|
+
"tools/create-card.ts": string;
|
|
529
|
+
"tools/update-card.ts": string;
|
|
543
530
|
};
|
|
544
531
|
};
|
|
545
532
|
"integration:outlook": {
|
|
546
533
|
files: {
|
|
547
534
|
".env.example": string;
|
|
535
|
+
"lib/outlook-client.ts": string;
|
|
548
536
|
"app/api/auth/outlook/route.ts": string;
|
|
549
537
|
"app/api/auth/outlook/callback/route.ts": string;
|
|
550
|
-
"tools/list-folders.ts": string;
|
|
551
|
-
"tools/search-emails.ts": string;
|
|
552
|
-
"tools/list-emails.ts": string;
|
|
553
538
|
"tools/get-email.ts": string;
|
|
554
539
|
"tools/send-email.ts": string;
|
|
555
|
-
"
|
|
540
|
+
"tools/search-emails.ts": string;
|
|
541
|
+
"tools/list-emails.ts": string;
|
|
542
|
+
"tools/list-folders.ts": string;
|
|
556
543
|
};
|
|
557
544
|
};
|
|
558
545
|
"integration:neon": {
|
|
559
546
|
files: {
|
|
560
547
|
".env.example": string;
|
|
548
|
+
"lib/neon-client.ts": string;
|
|
561
549
|
"app/api/auth/neon/route.ts": string;
|
|
562
|
-
"tools/list-branches.ts": string;
|
|
563
550
|
"tools/describe-table.ts": string;
|
|
551
|
+
"tools/list-branches.ts": string;
|
|
564
552
|
"tools/list-projects.ts": string;
|
|
565
553
|
"tools/list-tables.ts": string;
|
|
566
554
|
"tools/query-database.ts": string;
|
|
567
|
-
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
"integration:salesforce": {
|
|
558
|
+
files: {
|
|
559
|
+
"lib/salesforce-client.ts": string;
|
|
560
|
+
"app/api/auth/salesforce/route.ts": string;
|
|
561
|
+
"app/api/auth/salesforce/callback/route.ts": string;
|
|
562
|
+
"tools/get-account.ts": string;
|
|
563
|
+
"tools/list-contacts.ts": string;
|
|
564
|
+
"tools/list-accounts.ts": string;
|
|
565
|
+
"tools/create-lead.ts": string;
|
|
566
|
+
"tools/list-opportunities.ts": string;
|
|
568
567
|
};
|
|
569
568
|
};
|
|
570
569
|
"integration:_base": {
|
|
571
570
|
files: {
|
|
572
|
-
"app/components/ServiceConnections.tsx": string;
|
|
573
|
-
"app/page.tsx": string;
|
|
574
|
-
"app/setup/page.tsx": string;
|
|
575
|
-
"app/api/integrations/token-storage/route.ts": string;
|
|
576
|
-
"app/api/integrations/status/route.ts": string;
|
|
577
571
|
"SETUP.md": string;
|
|
578
572
|
"lib/token-store-examples.ts": string;
|
|
579
|
-
"lib/oauth-memory-store.ts": string;
|
|
580
573
|
"lib/oauth.ts": string;
|
|
574
|
+
"lib/oauth-memory-store.ts": string;
|
|
581
575
|
"lib/token-store.ts": string;
|
|
576
|
+
"app/components/ServiceConnections.tsx": string;
|
|
577
|
+
"app/setup/page.tsx": string;
|
|
578
|
+
"app/api/integrations/token-storage/route.ts": string;
|
|
579
|
+
"app/api/integrations/status/route.ts": string;
|
|
580
|
+
"app/page.tsx": string;
|
|
582
581
|
};
|
|
583
582
|
};
|
|
584
|
-
"integration:
|
|
583
|
+
"integration:slack": {
|
|
585
584
|
files: {
|
|
586
|
-
".
|
|
587
|
-
"
|
|
588
|
-
"
|
|
589
|
-
"tools/
|
|
590
|
-
"tools/
|
|
591
|
-
"tools/
|
|
592
|
-
"lib/twilio-client.ts": string;
|
|
585
|
+
"lib/slack-client.ts": string;
|
|
586
|
+
"app/api/auth/slack/route.ts": string;
|
|
587
|
+
"app/api/auth/slack/callback/route.ts": string;
|
|
588
|
+
"tools/send-message.ts": string;
|
|
589
|
+
"tools/list-channels.ts": string;
|
|
590
|
+
"tools/get-messages.ts": string;
|
|
593
591
|
};
|
|
594
592
|
};
|
|
595
|
-
"integration:
|
|
593
|
+
"integration:clickup": {
|
|
596
594
|
files: {
|
|
597
595
|
".env.example": string;
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"tools/
|
|
602
|
-
"tools/
|
|
603
|
-
"tools/
|
|
604
|
-
"
|
|
605
|
-
|
|
606
|
-
};
|
|
607
|
-
"integration:github": {
|
|
608
|
-
files: {
|
|
609
|
-
"app/api/auth/github/route.ts": string;
|
|
610
|
-
"app/api/auth/github/callback/route.ts": string;
|
|
611
|
-
"tools/get-pr-diff.ts": string;
|
|
612
|
-
"tools/list-prs.ts": string;
|
|
613
|
-
"tools/create-issue.ts": string;
|
|
614
|
-
"tools/list-repos.ts": string;
|
|
615
|
-
"lib/github-client.ts": string;
|
|
596
|
+
"lib/clickup-client.ts": string;
|
|
597
|
+
"app/api/auth/clickup/route.ts": string;
|
|
598
|
+
"app/api/auth/clickup/callback/route.ts": string;
|
|
599
|
+
"tools/get-task.ts": string;
|
|
600
|
+
"tools/update-task.ts": string;
|
|
601
|
+
"tools/create-task.ts": string;
|
|
602
|
+
"tools/list-tasks.ts": string;
|
|
603
|
+
"tools/list-lists.ts": string;
|
|
616
604
|
};
|
|
617
605
|
};
|
|
618
|
-
"integration:
|
|
606
|
+
"integration:drive": {
|
|
619
607
|
files: {
|
|
620
608
|
".env.example": string;
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"
|
|
625
|
-
"tools/
|
|
626
|
-
"
|
|
609
|
+
"lib/oauth.ts": string;
|
|
610
|
+
"lib/drive-client.ts": string;
|
|
611
|
+
"app/api/auth/drive/route.ts": string;
|
|
612
|
+
"app/api/auth/drive/callback/route.ts": string;
|
|
613
|
+
"tools/search-files.ts": string;
|
|
614
|
+
"tools/get-file.ts": string;
|
|
615
|
+
"tools/list-files.ts": string;
|
|
616
|
+
"tools/create-folder.ts": string;
|
|
617
|
+
"tools/upload-file.ts": string;
|
|
627
618
|
};
|
|
628
619
|
};
|
|
629
|
-
"integration:
|
|
620
|
+
"integration:servicenow": {
|
|
630
621
|
files: {
|
|
631
622
|
".env.example": string;
|
|
632
|
-
"
|
|
633
|
-
"app/api/auth/
|
|
634
|
-
"
|
|
635
|
-
"tools/
|
|
636
|
-
"tools/
|
|
637
|
-
"tools/
|
|
638
|
-
"
|
|
623
|
+
"lib/servicenow-client.ts": string;
|
|
624
|
+
"app/api/auth/servicenow/route.ts": string;
|
|
625
|
+
"app/api/auth/servicenow/callback/route.ts": string;
|
|
626
|
+
"tools/search-knowledge.ts": string;
|
|
627
|
+
"tools/list-incidents.ts": string;
|
|
628
|
+
"tools/update-incident.ts": string;
|
|
629
|
+
"tools/get-incident.ts": string;
|
|
630
|
+
"tools/create-incident.ts": string;
|
|
639
631
|
};
|
|
640
632
|
};
|
|
641
633
|
"integration:box": {
|
|
642
634
|
files: {
|
|
643
635
|
".env.example": string;
|
|
636
|
+
"lib/box-client.ts": string;
|
|
644
637
|
"app/api/auth/box/route.ts": string;
|
|
645
638
|
"app/api/auth/box/callback/route.ts": string;
|
|
646
|
-
"tools/upload-file.ts": string;
|
|
647
|
-
"tools/list-files.ts": string;
|
|
648
639
|
"tools/search-files.ts": string;
|
|
649
|
-
"tools/create-folder.ts": string;
|
|
650
640
|
"tools/get-file.ts": string;
|
|
651
|
-
"
|
|
641
|
+
"tools/list-files.ts": string;
|
|
642
|
+
"tools/create-folder.ts": string;
|
|
643
|
+
"tools/upload-file.ts": string;
|
|
652
644
|
};
|
|
653
645
|
};
|
|
654
|
-
"integration:
|
|
646
|
+
"integration:calendar": {
|
|
655
647
|
files: {
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"tools/
|
|
661
|
-
"tools/
|
|
662
|
-
"tools/
|
|
663
|
-
"lib/airtable-client.ts": string;
|
|
648
|
+
".env.example": string;
|
|
649
|
+
"lib/calendar-client.ts": string;
|
|
650
|
+
"app/api/auth/calendar/route.ts": string;
|
|
651
|
+
"app/api/auth/calendar/callback/route.ts": string;
|
|
652
|
+
"tools/find-free-time.ts": string;
|
|
653
|
+
"tools/list-events.ts": string;
|
|
654
|
+
"tools/create-event.ts": string;
|
|
664
655
|
};
|
|
665
656
|
};
|
|
666
|
-
"integration:
|
|
657
|
+
"integration:linear": {
|
|
667
658
|
files: {
|
|
668
659
|
".env.example": string;
|
|
669
|
-
"
|
|
670
|
-
"app/api/auth/
|
|
671
|
-
"
|
|
672
|
-
"tools/
|
|
673
|
-
"tools/
|
|
674
|
-
"tools/
|
|
675
|
-
"tools/
|
|
676
|
-
"
|
|
677
|
-
|
|
660
|
+
"lib/linear-client.ts": string;
|
|
661
|
+
"app/api/auth/linear/route.ts": string;
|
|
662
|
+
"app/api/auth/linear/callback/route.ts": string;
|
|
663
|
+
"tools/search-issues.ts": string;
|
|
664
|
+
"tools/create-issue.ts": string;
|
|
665
|
+
"tools/list-projects.ts": string;
|
|
666
|
+
"tools/update-issue.ts": string;
|
|
667
|
+
"tools/get-issue.ts": string;
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
"integration:posthog": {
|
|
671
|
+
files: {
|
|
672
|
+
".env.example": string;
|
|
673
|
+
"lib/posthog-client.ts": string;
|
|
674
|
+
"tools/capture-event.ts": string;
|
|
675
|
+
"tools/list-feature-flags.ts": string;
|
|
676
|
+
"tools/get-trends.ts": string;
|
|
677
|
+
"tools/list-persons.ts": string;
|
|
678
678
|
};
|
|
679
679
|
};
|
|
680
680
|
"integration:mixpanel": {
|
|
681
681
|
files: {
|
|
682
682
|
".env.example": string;
|
|
683
|
+
"lib/mixpanel-client.ts": string;
|
|
684
|
+
"tools/get-retention.ts": string;
|
|
683
685
|
"tools/get-funnel.ts": string;
|
|
684
686
|
"tools/list-cohorts.ts": string;
|
|
685
687
|
"tools/track-event.ts": string;
|
|
686
|
-
"tools/get-retention.ts": string;
|
|
687
688
|
"tools/query-events.ts": string;
|
|
688
|
-
"lib/mixpanel-client.ts": string;
|
|
689
689
|
};
|
|
690
690
|
};
|
|
691
691
|
"integration:quickbooks": {
|
|
692
692
|
files: {
|
|
693
693
|
".env.example": string;
|
|
694
|
+
"lib/quickbooks-client.ts": string;
|
|
694
695
|
"app/api/auth/quickbooks/route.ts": string;
|
|
695
696
|
"app/api/auth/quickbooks/callback/route.ts": string;
|
|
697
|
+
"tools/list-invoices.ts": string;
|
|
698
|
+
"tools/create-invoice.ts": string;
|
|
696
699
|
"tools/list-customers.ts": string;
|
|
697
|
-
"tools/get-invoice.ts": string;
|
|
698
700
|
"tools/get-customer.ts": string;
|
|
699
|
-
"tools/
|
|
700
|
-
"tools/list-invoices.ts": string;
|
|
701
|
-
"lib/quickbooks-client.ts": string;
|
|
701
|
+
"tools/get-invoice.ts": string;
|
|
702
702
|
};
|
|
703
703
|
};
|
|
704
|
-
"integration:
|
|
704
|
+
"integration:intercom": {
|
|
705
705
|
files: {
|
|
706
706
|
".env.example": string;
|
|
707
|
-
"
|
|
708
|
-
"app/api/auth/
|
|
709
|
-
"
|
|
707
|
+
"lib/intercom-client.ts": string;
|
|
708
|
+
"app/api/auth/intercom/route.ts": string;
|
|
709
|
+
"app/api/auth/intercom/callback/route.ts": string;
|
|
710
|
+
"tools/list-conversations.ts": string;
|
|
710
711
|
"tools/list-contacts.ts": string;
|
|
711
|
-
"tools/
|
|
712
|
-
"tools/
|
|
713
|
-
"tools/
|
|
714
|
-
"lib/freshdesk-client.ts": string;
|
|
712
|
+
"tools/get-contact.ts": string;
|
|
713
|
+
"tools/get-conversation.ts": string;
|
|
714
|
+
"tools/send-message.ts": string;
|
|
715
715
|
};
|
|
716
716
|
};
|
|
717
717
|
};
|