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