@trops/dash-core 0.1.50 → 0.1.52
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.
|
@@ -314,6 +314,38 @@
|
|
|
314
314
|
"instructions": "Your Algolia Search API Key, found in the Algolia dashboard under API Keys."
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "gong",
|
|
320
|
+
"name": "Gong",
|
|
321
|
+
"description": "Browse Gong call recordings, transcripts, and AI-generated summaries.",
|
|
322
|
+
"icon": "phone",
|
|
323
|
+
"tags": ["sales", "calls", "transcripts"],
|
|
324
|
+
"mcpConfig": {
|
|
325
|
+
"transport": "stdio",
|
|
326
|
+
"command": "npx",
|
|
327
|
+
"args": ["-y", "gongio-mcp"],
|
|
328
|
+
"envMapping": {
|
|
329
|
+
"GONG_ACCESS_KEY": "accessKey",
|
|
330
|
+
"GONG_ACCESS_KEY_SECRET": "accessKeySecret"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"credentialSchema": {
|
|
334
|
+
"accessKey": {
|
|
335
|
+
"type": "text",
|
|
336
|
+
"displayName": "Access Key",
|
|
337
|
+
"required": true,
|
|
338
|
+
"secret": true,
|
|
339
|
+
"instructions": "Your Gong API Access Key. Generate one in Gong Settings > Ecosystem > API."
|
|
340
|
+
},
|
|
341
|
+
"accessKeySecret": {
|
|
342
|
+
"type": "text",
|
|
343
|
+
"displayName": "Access Key Secret",
|
|
344
|
+
"required": true,
|
|
345
|
+
"secret": true,
|
|
346
|
+
"instructions": "Your Gong API Access Key Secret, provided when the access key was created."
|
|
347
|
+
}
|
|
348
|
+
}
|
|
317
349
|
}
|
|
318
350
|
]
|
|
319
351
|
}
|