0nmcp 1.2.2 → 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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "0nmcp",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "mcpName": "io.github.0nork/0nMCP",
5
- "description": "Universal AI API Orchestrator — 252 tools, 17 services, natural language interface. The most comprehensive MCP server available. Free and open source from 0nORK.",
5
+ "description": "Universal AI API Orchestrator — 290 tools, 26 services, natural language interface. The most comprehensive MCP server available. Free and open source from 0nORK.",
6
6
  "type": "module",
7
7
  "main": "index.js",
8
8
  "types": "types/index.d.ts",
@@ -38,10 +38,20 @@
38
38
  },
39
39
  "scripts": {
40
40
  "start": "node index.js",
41
- "test": "node --test"
41
+ "test": "node --test",
42
+ "stats": "node scripts/generate-stats.js --all",
43
+ "stats:badge": "node scripts/generate-stats.js --badge",
44
+ "prepublishOnly": "node scripts/generate-stats.js --all",
45
+ "preversion": "node scripts/generate-stats.js --all",
46
+ "postversion": "git push && git push --tags"
42
47
  },
43
48
  "publishConfig": {
44
- "access": "public"
49
+ "access": "public",
50
+ "provenance": true
51
+ },
52
+ "funding": {
53
+ "type": "github",
54
+ "url": "https://github.com/sponsors/0nork"
45
55
  },
46
56
  "keywords": [
47
57
  "mcp",
@@ -76,6 +86,18 @@
76
86
  "social-media",
77
87
  "webhooks",
78
88
  "rate-limiting",
89
+ "gmail",
90
+ "google-sheets",
91
+ "google-drive",
92
+ "jira",
93
+ "zendesk",
94
+ "mailchimp",
95
+ "zoom",
96
+ "microsoft-365",
97
+ "outlook",
98
+ "teams",
99
+ "onedrive",
100
+ "mongodb",
79
101
  "0n",
80
102
  "0nork",
81
103
  "0nmcp"
@@ -113,8 +135,18 @@
113
135
  "crm/",
114
136
  "webhooks.js",
115
137
  "ratelimit.js",
138
+ "lib/",
116
139
  "types/",
117
140
  "README.md",
118
141
  "LICENSE"
119
- ]
142
+ ],
143
+ "0nmcp-stats": {
144
+ "tools": 290,
145
+ "services": 26,
146
+ "actions": 65,
147
+ "triggers": 93,
148
+ "totalCapabilities": 448,
149
+ "categories": 13,
150
+ "lastUpdated": "2026-02-12T03:44:42.336Z"
151
+ }
120
152
  }