@arcadeai/design-system 3.7.0 → 3.8.0
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/dist/assets/icons/cursor.js +13 -0
- package/dist/components/index.js +294 -292
- package/dist/components/ui/atoms/icons/cursor.d.ts +3 -0
- package/dist/components/ui/atoms/icons/cursor.js +21 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +180 -178
- package/dist/components/ui/atoms/index.js +289 -287
- package/dist/components/ui/index.js +294 -292
- package/dist/main.js +326 -324
- package/dist/metadata/toolkit-icons.js +170 -168
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { Adp as g } from "../components/ui/atoms/icons/adp.js";
|
|
3
|
-
import { Aha as
|
|
4
|
-
import { Airtable as
|
|
3
|
+
import { Aha as u } from "../components/ui/atoms/icons/aha.js";
|
|
4
|
+
import { Airtable as k } from "../components/ui/atoms/icons/airtable.js";
|
|
5
5
|
import { Amplitude as d } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
6
|
import { Asana as G } from "../components/ui/atoms/icons/asana.js";
|
|
7
7
|
import { Ashby as b } from "../components/ui/atoms/icons/ashby.js";
|
|
8
8
|
import { Auth0 as S } from "../components/ui/atoms/icons/auth0.js";
|
|
9
9
|
import { Bamboohr as h } from "../components/ui/atoms/icons/bamboohr.js";
|
|
10
|
-
import { Basecamp as
|
|
11
|
-
import { Bill as
|
|
12
|
-
import { Bitbucket as
|
|
13
|
-
import { Bluesky as
|
|
10
|
+
import { Basecamp as C } from "../components/ui/atoms/icons/basecamp.js";
|
|
11
|
+
import { Bill as B } from "../components/ui/atoms/icons/bill.js";
|
|
12
|
+
import { Bitbucket as A } from "../components/ui/atoms/icons/bitbucket.js";
|
|
13
|
+
import { Bluesky as y } from "../components/ui/atoms/icons/bluesky.js";
|
|
14
14
|
import { Box as t } from "../components/ui/atoms/icons/box.js";
|
|
15
15
|
import { Braze as M } from "../components/ui/atoms/icons/braze.js";
|
|
16
16
|
import { Brex as D } from "../components/ui/atoms/icons/brex.js";
|
|
@@ -22,103 +22,104 @@ import { Closeio as v } from "../components/ui/atoms/icons/closeio.js";
|
|
|
22
22
|
import { Codesandbox as F } from "../components/ui/atoms/icons/codesandbox.js";
|
|
23
23
|
import { Coinbase as N } from "../components/ui/atoms/icons/coinbase.js";
|
|
24
24
|
import { Confluence as w } from "../components/ui/atoms/icons/confluence.js";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
25
|
+
import { Cursor as x } from "../components/ui/atoms/icons/cursor.js";
|
|
26
|
+
import { Datadog as H } from "../components/ui/atoms/icons/datadog.js";
|
|
27
|
+
import { DigitalOcean as W } from "../components/ui/atoms/icons/digital-ocean.js";
|
|
28
|
+
import { Discord as E } from "../components/ui/atoms/icons/discord.js";
|
|
29
|
+
import { Dropbox as L } from "../components/ui/atoms/icons/dropbox.js";
|
|
30
|
+
import { E2b as X } from "../components/ui/atoms/icons/e2b.js";
|
|
31
|
+
import { Ebay as q } from "../components/ui/atoms/icons/ebay.js";
|
|
32
|
+
import { Evernote as J } from "../components/ui/atoms/icons/evernote.js";
|
|
33
|
+
import { Factorial as Z } from "../components/ui/atoms/icons/factorial.js";
|
|
34
|
+
import { Figma as R } from "../components/ui/atoms/icons/figma.js";
|
|
35
|
+
import { Firecrawl as z } from "../components/ui/atoms/icons/firecrawl.js";
|
|
36
|
+
import { Freshservice as Q } from "../components/ui/atoms/icons/freshservice.js";
|
|
36
37
|
import { Generic as e } from "../components/ui/atoms/icons/generic.js";
|
|
37
|
-
import { Github as
|
|
38
|
-
import { Gitlab as
|
|
39
|
-
import { Gmail as
|
|
40
|
-
import { Google as
|
|
41
|
-
import { GoogleCalendar as
|
|
42
|
-
import { GoogleContacts as
|
|
43
|
-
import { GoogleDocs as
|
|
44
|
-
import { GoogleDrive as
|
|
45
|
-
import { GoogleFinance as
|
|
46
|
-
import { GoogleFlights as
|
|
47
|
-
import { GoogleHotels as
|
|
48
|
-
import { GoogleJobs as
|
|
49
|
-
import { GoogleMaps as
|
|
50
|
-
import { GoogleNews as
|
|
51
|
-
import { GoogleSheets as
|
|
52
|
-
import { GoogleShopping as
|
|
53
|
-
import { GoogleSlides as
|
|
54
|
-
import { Heroku as
|
|
55
|
-
import { Hootsuite as
|
|
56
|
-
import { Hubspot as
|
|
57
|
-
import { Imgflip as
|
|
58
|
-
import { Intercom as
|
|
38
|
+
import { Github as V } from "../components/ui/atoms/icons/github.js";
|
|
39
|
+
import { Gitlab as Y } from "../components/ui/atoms/icons/gitlab.js";
|
|
40
|
+
import { Gmail as _ } from "../components/ui/atoms/icons/gmail.js";
|
|
41
|
+
import { Google as j } from "../components/ui/atoms/icons/google.js";
|
|
42
|
+
import { GoogleCalendar as K } from "../components/ui/atoms/icons/google-calendar.js";
|
|
43
|
+
import { GoogleContacts as U } from "../components/ui/atoms/icons/google-contacts.js";
|
|
44
|
+
import { GoogleDocs as $ } from "../components/ui/atoms/icons/google-docs.js";
|
|
45
|
+
import { GoogleDrive as oo } from "../components/ui/atoms/icons/google-drive.js";
|
|
46
|
+
import { GoogleFinance as ro } from "../components/ui/atoms/icons/google-finance.js";
|
|
47
|
+
import { GoogleFlights as mo } from "../components/ui/atoms/icons/google-flights.js";
|
|
48
|
+
import { GoogleHotels as io } from "../components/ui/atoms/icons/google-hotels.js";
|
|
49
|
+
import { GoogleJobs as to } from "../components/ui/atoms/icons/google-jobs.js";
|
|
50
|
+
import { GoogleMaps as eo } from "../components/ui/atoms/icons/google-maps.js";
|
|
51
|
+
import { GoogleNews as po } from "../components/ui/atoms/icons/google-news.js";
|
|
52
|
+
import { GoogleSheets as fo } from "../components/ui/atoms/icons/google-sheets.js";
|
|
53
|
+
import { GoogleShopping as lo } from "../components/ui/atoms/icons/google-shopping.js";
|
|
54
|
+
import { GoogleSlides as ao } from "../components/ui/atoms/icons/google-slides.js";
|
|
55
|
+
import { Heroku as no } from "../components/ui/atoms/icons/heroku.js";
|
|
56
|
+
import { Hootsuite as so } from "../components/ui/atoms/icons/hootsuite.js";
|
|
57
|
+
import { Hubspot as co } from "../components/ui/atoms/icons/hubspot.js";
|
|
58
|
+
import { Imgflip as go } from "../components/ui/atoms/icons/imgflip.js";
|
|
59
|
+
import { Intercom as uo } from "../components/ui/atoms/icons/intercom.js";
|
|
59
60
|
import { Jira as ko } from "../components/ui/atoms/icons/jira.js";
|
|
60
|
-
import { Linear as
|
|
61
|
-
import { Linkedin as
|
|
62
|
-
import { Mailchimp as
|
|
63
|
-
import { Mcp as
|
|
64
|
-
import { MicrosoftDynamics as
|
|
61
|
+
import { Linear as Go } from "../components/ui/atoms/icons/linear.js";
|
|
62
|
+
import { Linkedin as bo } from "../components/ui/atoms/icons/linkedin.js";
|
|
63
|
+
import { Mailchimp as So } from "../components/ui/atoms/icons/mailchimp.js";
|
|
64
|
+
import { Mcp as ho } from "../components/ui/atoms/icons/mcp.js";
|
|
65
|
+
import { MicrosoftDynamics as Co } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
65
66
|
import { MicrosoftSharepoint as Bo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
66
|
-
import { MicrosoftTeams as
|
|
67
|
+
import { MicrosoftTeams as Ao } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
67
68
|
import { Miro as yo } from "../components/ui/atoms/icons/miro.js";
|
|
68
|
-
import { Monday as
|
|
69
|
-
import { MongoDB as
|
|
70
|
-
import { Netsuite as
|
|
69
|
+
import { Monday as Mo } from "../components/ui/atoms/icons/monday.js";
|
|
70
|
+
import { MongoDB as Do } from "../components/ui/atoms/icons/mongodb.js";
|
|
71
|
+
import { Netsuite as Po } from "../components/ui/atoms/icons/netsuite.js";
|
|
71
72
|
import { Notion as p } from "../components/ui/atoms/icons/notion.js";
|
|
72
|
-
import { Obsidian as
|
|
73
|
-
import { Okta as
|
|
74
|
-
import { OneDrive as
|
|
75
|
-
import { OutlookCalendar as
|
|
76
|
-
import { OutlookMail as
|
|
77
|
-
import { Pinecone as
|
|
78
|
-
import { Pinterest as
|
|
79
|
-
import { Pipedrive as
|
|
80
|
-
import { Plaid as
|
|
81
|
-
import { Postgres as
|
|
82
|
-
import { Quickbooks as
|
|
83
|
-
import { Reddit as
|
|
84
|
-
import { Salesforce as
|
|
85
|
-
import { Shopify as
|
|
86
|
-
import { Singlestore as
|
|
73
|
+
import { Obsidian as To } from "../components/ui/atoms/icons/obsidian.js";
|
|
74
|
+
import { Okta as Io } from "../components/ui/atoms/icons/okta.js";
|
|
75
|
+
import { OneDrive as Oo } from "../components/ui/atoms/icons/one-drive.js";
|
|
76
|
+
import { OutlookCalendar as vo } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
77
|
+
import { OutlookMail as Fo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
78
|
+
import { Pinecone as No } from "../components/ui/atoms/icons/pinecone.js";
|
|
79
|
+
import { Pinterest as wo } from "../components/ui/atoms/icons/pinterest.js";
|
|
80
|
+
import { Pipedrive as xo } from "../components/ui/atoms/icons/pipedrive.js";
|
|
81
|
+
import { Plaid as Ho } from "../components/ui/atoms/icons/plaid.js";
|
|
82
|
+
import { Postgres as Wo } from "../components/ui/atoms/icons/postgres.js";
|
|
83
|
+
import { Quickbooks as Eo } from "../components/ui/atoms/icons/quickbooks.js";
|
|
84
|
+
import { Reddit as Lo } from "../components/ui/atoms/icons/reddit.js";
|
|
85
|
+
import { Salesforce as Xo } from "../components/ui/atoms/icons/salesforce.js";
|
|
86
|
+
import { Shopify as qo } from "../components/ui/atoms/icons/shopify.js";
|
|
87
|
+
import { Singlestore as Jo } from "../components/ui/atoms/icons/singlestore.js";
|
|
87
88
|
import { Slack as f } from "../components/ui/atoms/icons/slack.js";
|
|
88
|
-
import { Snowflake as
|
|
89
|
-
import { Splunk as
|
|
90
|
-
import { Spotify as
|
|
91
|
-
import { Square as
|
|
92
|
-
import { Squarespace as
|
|
89
|
+
import { Snowflake as Zo } from "../components/ui/atoms/icons/snowflake.js";
|
|
90
|
+
import { Splunk as Ro } from "../components/ui/atoms/icons/splunk.js";
|
|
91
|
+
import { Spotify as zo } from "../components/ui/atoms/icons/spotify.js";
|
|
92
|
+
import { Square as Qo } from "../components/ui/atoms/icons/square.js";
|
|
93
|
+
import { Squarespace as Vo } from "../components/ui/atoms/icons/squarespace.js";
|
|
93
94
|
import { Stripe as l } from "../components/ui/atoms/icons/stripe.js";
|
|
94
|
-
import { Tiktok as
|
|
95
|
-
import { Trello as
|
|
96
|
-
import { Twilio as
|
|
97
|
-
import { Twitch as
|
|
98
|
-
import { Vercel as
|
|
99
|
-
import { Walmart as
|
|
100
|
-
import { Weaviate as
|
|
101
|
-
import { Workday as
|
|
102
|
-
import { Wrike as
|
|
103
|
-
import { X as
|
|
95
|
+
import { Tiktok as Yo } from "../components/ui/atoms/icons/tiktok.js";
|
|
96
|
+
import { Trello as _o } from "../components/ui/atoms/icons/trello.js";
|
|
97
|
+
import { Twilio as jo } from "../components/ui/atoms/icons/twilio.js";
|
|
98
|
+
import { Twitch as Ko } from "../components/ui/atoms/icons/twitch.js";
|
|
99
|
+
import { Vercel as Uo } from "../components/ui/atoms/icons/vercel.js";
|
|
100
|
+
import { Walmart as $o } from "../components/ui/atoms/icons/walmart.js";
|
|
101
|
+
import { Weaviate as or } from "../components/ui/atoms/icons/weaviate.js";
|
|
102
|
+
import { Workday as rr } from "../components/ui/atoms/icons/workday.js";
|
|
103
|
+
import { Wrike as mr } from "../components/ui/atoms/icons/wrike.js";
|
|
104
|
+
import { X as ir } from "../components/ui/atoms/icons/x.js";
|
|
104
105
|
import { Xero as a } from "../components/ui/atoms/icons/xero.js";
|
|
105
|
-
import { Youtube as
|
|
106
|
-
import { Zendesk as
|
|
107
|
-
import { Zoom as
|
|
106
|
+
import { Youtube as tr } from "../components/ui/atoms/icons/youtube.js";
|
|
107
|
+
import { Zendesk as er } from "../components/ui/atoms/icons/zendesk.js";
|
|
108
|
+
import { Zoom as pr } from "../components/ui/atoms/icons/zoom.js";
|
|
108
109
|
import { findToolkitByName as s } from "./utils.js";
|
|
109
|
-
const
|
|
110
|
+
const fr = {
|
|
110
111
|
ADPWorkforceNow: g,
|
|
111
|
-
Aha:
|
|
112
|
-
Airtable:
|
|
112
|
+
Aha: u,
|
|
113
|
+
Airtable: k,
|
|
113
114
|
Amplitude: d,
|
|
114
115
|
Asana: G,
|
|
115
116
|
Ashby: b,
|
|
116
117
|
Auth0: S,
|
|
117
118
|
BambooHR: h,
|
|
118
|
-
Basecamp:
|
|
119
|
-
BillCom:
|
|
120
|
-
Bitbucket:
|
|
121
|
-
Bluesky:
|
|
119
|
+
Basecamp: C,
|
|
120
|
+
BillCom: B,
|
|
121
|
+
Bitbucket: A,
|
|
122
|
+
Bluesky: y,
|
|
122
123
|
Box: t,
|
|
123
124
|
BoxAPI: t,
|
|
124
125
|
Braze: M,
|
|
@@ -131,102 +132,103 @@ const pr = {
|
|
|
131
132
|
Codesandbox: F,
|
|
132
133
|
Coinbase: N,
|
|
133
134
|
Confluence: w,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
135
|
+
CursorAgentsAPI: x,
|
|
136
|
+
Datadog: H,
|
|
137
|
+
DigitalOcean: W,
|
|
138
|
+
Discord: E,
|
|
139
|
+
Dropbox: L,
|
|
140
|
+
E2b: X,
|
|
141
|
+
EBay: q,
|
|
142
|
+
Evernote: J,
|
|
143
|
+
Factorial: Z,
|
|
144
|
+
Figma: R,
|
|
145
|
+
Firecrawl: z,
|
|
146
|
+
FreshserviceAPI: Q,
|
|
147
|
+
Github: V,
|
|
148
|
+
GitLab: Y,
|
|
149
|
+
Gmail: _,
|
|
150
|
+
GoogleCalendar: K,
|
|
151
|
+
GoogleContacts: U,
|
|
152
|
+
GoogleDocs: $,
|
|
153
|
+
GoogleDrive: oo,
|
|
154
|
+
GoogleFinance: ro,
|
|
155
|
+
GoogleFlights: mo,
|
|
156
|
+
GoogleHotels: io,
|
|
157
|
+
GoogleJobs: to,
|
|
158
|
+
GoogleMaps: eo,
|
|
159
|
+
GoogleNews: po,
|
|
160
|
+
GoogleSearch: j,
|
|
161
|
+
GoogleSheets: fo,
|
|
162
|
+
GoogleShopping: lo,
|
|
163
|
+
GoogleSlides: ao,
|
|
164
|
+
Heroku: no,
|
|
165
|
+
Hootsuite: so,
|
|
166
|
+
Hubspot: co,
|
|
167
|
+
Imgflip: go,
|
|
168
|
+
Intercom: uo,
|
|
167
169
|
Jira: ko,
|
|
168
|
-
Linear:
|
|
169
|
-
Linkedin:
|
|
170
|
-
Mailchimp:
|
|
171
|
-
MCP:
|
|
172
|
-
MicrosoftDynamics:
|
|
170
|
+
Linear: Go,
|
|
171
|
+
Linkedin: bo,
|
|
172
|
+
Mailchimp: So,
|
|
173
|
+
MCP: ho,
|
|
174
|
+
MicrosoftDynamics: Co,
|
|
173
175
|
Sharepoint: Bo,
|
|
174
|
-
MicrosoftTeams:
|
|
176
|
+
MicrosoftTeams: Ao,
|
|
175
177
|
Miro: yo,
|
|
176
|
-
Monday:
|
|
177
|
-
MongoDB:
|
|
178
|
-
Netsuite:
|
|
178
|
+
Monday: Mo,
|
|
179
|
+
MongoDB: Do,
|
|
180
|
+
Netsuite: Po,
|
|
179
181
|
Notion: p,
|
|
180
182
|
NotionToolkit: p,
|
|
181
|
-
Obsidian:
|
|
182
|
-
Okta:
|
|
183
|
-
OneDrive:
|
|
184
|
-
OutlookCalendar:
|
|
185
|
-
OutlookMail:
|
|
186
|
-
Pinecone:
|
|
187
|
-
Pinterest:
|
|
188
|
-
Pipedrive:
|
|
189
|
-
Plaid:
|
|
190
|
-
Postgres:
|
|
191
|
-
Quickbooks:
|
|
192
|
-
Reddit:
|
|
193
|
-
Salesforce:
|
|
194
|
-
Shopify:
|
|
195
|
-
Singlestore:
|
|
183
|
+
Obsidian: To,
|
|
184
|
+
Okta: Io,
|
|
185
|
+
OneDrive: Oo,
|
|
186
|
+
OutlookCalendar: vo,
|
|
187
|
+
OutlookMail: Fo,
|
|
188
|
+
Pinecone: No,
|
|
189
|
+
Pinterest: wo,
|
|
190
|
+
Pipedrive: xo,
|
|
191
|
+
Plaid: Ho,
|
|
192
|
+
Postgres: Wo,
|
|
193
|
+
Quickbooks: Eo,
|
|
194
|
+
Reddit: Lo,
|
|
195
|
+
Salesforce: Xo,
|
|
196
|
+
Shopify: qo,
|
|
197
|
+
Singlestore: Jo,
|
|
196
198
|
Slack: f,
|
|
197
199
|
SlackAPI: f,
|
|
198
|
-
Snowflake:
|
|
199
|
-
Splunk:
|
|
200
|
-
Spotify:
|
|
201
|
-
Square:
|
|
202
|
-
Squarespace:
|
|
200
|
+
Snowflake: Zo,
|
|
201
|
+
Splunk: Ro,
|
|
202
|
+
Spotify: zo,
|
|
203
|
+
Square: Qo,
|
|
204
|
+
Squarespace: Vo,
|
|
203
205
|
Stripe: l,
|
|
204
206
|
StripeAPI: l,
|
|
205
|
-
Tiktok:
|
|
206
|
-
Trello:
|
|
207
|
-
Twilio:
|
|
208
|
-
Twitch:
|
|
209
|
-
Vercel:
|
|
210
|
-
Walmart:
|
|
211
|
-
Weaviate:
|
|
212
|
-
Workday:
|
|
213
|
-
Wrike:
|
|
214
|
-
X:
|
|
207
|
+
Tiktok: Yo,
|
|
208
|
+
Trello: _o,
|
|
209
|
+
Twilio: jo,
|
|
210
|
+
Twitch: Ko,
|
|
211
|
+
Vercel: Uo,
|
|
212
|
+
Walmart: $o,
|
|
213
|
+
Weaviate: or,
|
|
214
|
+
Workday: rr,
|
|
215
|
+
Wrike: mr,
|
|
216
|
+
X: ir,
|
|
215
217
|
Xero: a,
|
|
216
218
|
XeroAPI: a,
|
|
217
|
-
Youtube:
|
|
218
|
-
Zendesk:
|
|
219
|
-
Zoom:
|
|
220
|
-
}, c = (o) => o ?
|
|
219
|
+
Youtube: tr,
|
|
220
|
+
Zendesk: er,
|
|
221
|
+
Zoom: pr
|
|
222
|
+
}, c = (o) => o ? fr[o] || e : e, ai = (o) => {
|
|
221
223
|
const r = s(o), m = c(r?.id);
|
|
222
224
|
return ({ className: i }) => /* @__PURE__ */ n(m, { className: i });
|
|
223
|
-
},
|
|
225
|
+
}, ni = (o) => {
|
|
224
226
|
const r = s(o), m = c(r?.id);
|
|
225
227
|
return ({ className: i }) => /* @__PURE__ */ n(m, { className: i });
|
|
226
228
|
};
|
|
227
229
|
export {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
+
fr as TOOLKIT_ICON_MAP,
|
|
231
|
+
ni as getToolIconByToolkitName,
|
|
230
232
|
c as getToolkitIcon,
|
|
231
|
-
|
|
233
|
+
ai as getToolkitIconByName
|
|
232
234
|
};
|
|
@@ -310,6 +310,19 @@ const a = [
|
|
|
310
310
|
isComingSoon: !1,
|
|
311
311
|
isHidden: !1
|
|
312
312
|
},
|
|
313
|
+
{
|
|
314
|
+
id: "CursorAgentsAPI",
|
|
315
|
+
label: "Cursor Agents API",
|
|
316
|
+
isBYOC: !1,
|
|
317
|
+
isPro: !1,
|
|
318
|
+
publicIconUrl: `${e}/cursor.svg`,
|
|
319
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/cursor-agents-api",
|
|
320
|
+
relativeDocsLink: "/en/mcp-servers/development/cursor-agents-api",
|
|
321
|
+
category: "development",
|
|
322
|
+
type: "arcade_starter",
|
|
323
|
+
isComingSoon: !1,
|
|
324
|
+
isHidden: !1
|
|
325
|
+
},
|
|
313
326
|
{
|
|
314
327
|
id: "Datadog",
|
|
315
328
|
label: "Datadog",
|