integrate-sdk 0.9.45-dev.0 → 0.9.46-dev.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/index.js CHANGED
@@ -5359,7 +5359,7 @@ function gtasksIntegration(config = {}) {
5359
5359
  return {
5360
5360
  id: "gtasks",
5361
5361
  name: "Google Tasks",
5362
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.webp",
5362
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.png",
5363
5363
  description: "Manage Google Tasks lists and to-dos synced with your Google account",
5364
5364
  category: "Productivity",
5365
5365
  tools: [...GTASKS_TOOLS],
@@ -5401,7 +5401,7 @@ function gcontactsIntegration(config = {}) {
5401
5401
  return {
5402
5402
  id: "gcontacts",
5403
5403
  name: "Google Contacts",
5404
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gcontacts.png",
5404
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_contacts.png",
5405
5405
  description: "List, search, create, update, and delete Google Contacts via the People API",
5406
5406
  category: "Communication",
5407
5407
  tools: [...GCONTACTS_TOOLS],
@@ -8946,7 +8946,7 @@ function gmeetIntegration(config = {}) {
8946
8946
  return {
8947
8947
  id: "gmeet",
8948
8948
  name: "Google Meet",
8949
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.webp",
8949
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.png",
8950
8950
  description: "Create and manage Google Meet links via Calendar conference data",
8951
8951
  category: "Communication",
8952
8952
  tools: [...GMEET_TOOLS],
@@ -8991,7 +8991,7 @@ function mondayIntegration(config = {}) {
8991
8991
  return {
8992
8992
  id: "monday",
8993
8993
  name: "Monday.com",
8994
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/monday.png",
8994
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mondaycom.png",
8995
8995
  description: "Manage Monday.com boards, items, columns, and updates",
8996
8996
  category: "Productivity",
8997
8997
  tools: [...MONDAY_TOOLS],
package/dist/server.js CHANGED
@@ -6293,7 +6293,7 @@ function gcontactsIntegration(config = {}) {
6293
6293
  return {
6294
6294
  id: "gcontacts",
6295
6295
  name: "Google Contacts",
6296
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gcontacts.png",
6296
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_contacts.png",
6297
6297
  description: "List, search, create, update, and delete Google Contacts via the People API",
6298
6298
  category: "Communication",
6299
6299
  tools: [...GCONTACTS_TOOLS],
@@ -6330,7 +6330,7 @@ function gmeetIntegration(config = {}) {
6330
6330
  return {
6331
6331
  id: "gmeet",
6332
6332
  name: "Google Meet",
6333
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.webp",
6333
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.png",
6334
6334
  description: "Create and manage Google Meet links via Calendar conference data",
6335
6335
  category: "Communication",
6336
6336
  tools: [...GMEET_TOOLS],
@@ -6375,7 +6375,7 @@ function gtasksIntegration(config = {}) {
6375
6375
  return {
6376
6376
  id: "gtasks",
6377
6377
  name: "Google Tasks",
6378
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.webp",
6378
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.png",
6379
6379
  description: "Manage Google Tasks lists and to-dos synced with your Google account",
6380
6380
  category: "Productivity",
6381
6381
  tools: [...GTASKS_TOOLS],
@@ -9618,7 +9618,7 @@ function mondayIntegration(config = {}) {
9618
9618
  return {
9619
9619
  id: "monday",
9620
9620
  name: "Monday.com",
9621
- logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/monday.png",
9621
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mondaycom.png",
9622
9622
  description: "Manage Monday.com boards, items, columns, and updates",
9623
9623
  category: "Productivity",
9624
9624
  tools: [...MONDAY_TOOLS],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "integrate-sdk",
3
- "version": "0.9.45-dev.0",
3
+ "version": "0.9.46-dev.0",
4
4
  "description": "Type-safe 3rd party integration SDK for the Integrate MCP server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",