integrate-sdk 0.4.6 → 0.4.7

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
@@ -1846,7 +1846,7 @@ var GMAIL_TOOLS = [
1846
1846
  ];
1847
1847
  function gmailPlugin(config) {
1848
1848
  const oauth = {
1849
- provider: "google",
1849
+ provider: "gmail",
1850
1850
  clientId: config.clientId,
1851
1851
  clientSecret: config.clientSecret,
1852
1852
  scopes: config.scopes || [
package/dist/server.js CHANGED
@@ -1737,7 +1737,7 @@ var GMAIL_TOOLS = [
1737
1737
  ];
1738
1738
  function gmailPlugin(config) {
1739
1739
  const oauth = {
1740
- provider: "google",
1740
+ provider: "gmail",
1741
1741
  clientId: config.clientId,
1742
1742
  clientSecret: config.clientSecret,
1743
1743
  scopes: config.scopes || [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "integrate-sdk",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Type-safe TypeScript SDK for MCP Client with plugin-based OAuth provider configuration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",