0nmcp 1.2.1 → 1.3.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/index.js CHANGED
@@ -34,7 +34,7 @@ const orchestrator = new Orchestrator(connections);
34
34
 
35
35
  const server = new McpServer({
36
36
  name: "0nMCP",
37
- version: "1.2.1",
37
+ version: "1.3.0",
38
38
  });
39
39
 
40
40
  // ============================================================
@@ -113,9 +113,18 @@ Examples:
113
113
  - CRM: { "access_token": "..." }
114
114
  - HubSpot: { "accessToken": "..." }
115
115
  - Shopify: { "accessToken": "...", "store": "mystore" }
116
- - Supabase: { "apiKey": "...", "projectRef": "..." }`,
116
+ - Supabase: { "apiKey": "...", "projectRef": "..." }
117
+ - Gmail: { "access_token": "..." }
118
+ - Google Sheets: { "access_token": "..." }
119
+ - Google Drive: { "access_token": "..." }
120
+ - Jira: { "email": "...", "apiToken": "...", "domain": "mycompany" }
121
+ - Zendesk: { "email": "...", "apiToken": "...", "subdomain": "mycompany" }
122
+ - Mailchimp: { "apiKey": "...-us21" }
123
+ - Zoom: { "access_token": "..." }
124
+ - Microsoft 365: { "access_token": "..." }
125
+ - MongoDB: { "apiKey": "...", "appId": "..." }`,
117
126
  {
118
- service: z.string().describe("Service key (e.g., stripe, sendgrid, twilio, slack, crm, github, notion, airtable, openai, shopify, hubspot, supabase, discord, linear, resend, calendly, google_calendar)"),
127
+ service: z.string().describe("Service key (e.g., stripe, sendgrid, twilio, slack, crm, github, notion, airtable, openai, shopify, hubspot, supabase, discord, linear, resend, calendly, google_calendar, gmail, google_sheets, google_drive, jira, zendesk, mailchimp, zoom, microsoft, mongodb)"),
119
128
  credentials: z.record(z.string()).describe("Service credentials as key-value pairs"),
120
129
  },
121
130
  async ({ service, credentials }) => {
@@ -0,0 +1,32 @@
1
+ {
2
+ "tools": {
3
+ "schemaVersion": 1,
4
+ "label": "tools",
5
+ "message": "290",
6
+ "color": "00ff88"
7
+ },
8
+ "services": {
9
+ "schemaVersion": 1,
10
+ "label": "services",
11
+ "message": "26",
12
+ "color": "00d4ff"
13
+ },
14
+ "actions": {
15
+ "schemaVersion": 1,
16
+ "label": "actions",
17
+ "message": "65",
18
+ "color": "ff6b35"
19
+ },
20
+ "triggers": {
21
+ "schemaVersion": 1,
22
+ "label": "triggers",
23
+ "message": "93",
24
+ "color": "9945ff"
25
+ },
26
+ "total": {
27
+ "schemaVersion": 1,
28
+ "label": "capabilities",
29
+ "message": "448",
30
+ "color": "00ff88"
31
+ }
32
+ }