0nmcp 1.3.0 → 1.3.1

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.3.0",
37
+ version: "1.3.1",
38
38
  });
39
39
 
40
40
  // ============================================================
package/lib/badges.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "total": {
27
27
  "schemaVersion": 1,
28
28
  "label": "capabilities",
29
- "message": "448",
29
+ "message": "693",
30
30
  "color": "00ff88"
31
31
  }
32
32
  }
package/lib/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-02-12T03:44:42.336Z",
2
+ "generated": "2026-02-12T04:15:16.550Z",
3
3
  "catalogVersion": "1.2.2",
4
4
  "services": 26,
5
5
  "tools": 290,
@@ -791,5 +791,7 @@
791
791
  "microsoft",
792
792
  "mongodb"
793
793
  ],
794
- "totalCapabilities": 448
794
+ "crmTools": 245,
795
+ "totalTools": 535,
796
+ "totalCapabilities": 693
795
797
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "0nmcp",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "mcpName": "io.github.0nork/0nMCP",
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.",
5
+ "description": "Universal AI API Orchestrator — 535 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",
@@ -46,8 +46,7 @@
46
46
  "postversion": "git push && git push --tags"
47
47
  },
48
48
  "publishConfig": {
49
- "access": "public",
50
- "provenance": true
49
+ "access": "public"
51
50
  },
52
51
  "funding": {
53
52
  "type": "github",
@@ -122,8 +121,13 @@
122
121
  "dependencies": {
123
122
  "@modelcontextprotocol/sdk": "^1.26.0"
124
123
  },
125
- "optionalDependencies": {
126
- "@anthropic-ai/sdk": "^0.30.0"
124
+ "peerDependencies": {
125
+ "@anthropic-ai/sdk": ">=0.30.0"
126
+ },
127
+ "peerDependenciesMeta": {
128
+ "@anthropic-ai/sdk": {
129
+ "optional": true
130
+ }
127
131
  },
128
132
  "files": [
129
133
  "index.js",
@@ -142,11 +146,13 @@
142
146
  ],
143
147
  "0nmcp-stats": {
144
148
  "tools": 290,
149
+ "crmTools": 245,
150
+ "totalTools": 535,
145
151
  "services": 26,
146
152
  "actions": 65,
147
153
  "triggers": 93,
148
- "totalCapabilities": 448,
154
+ "totalCapabilities": 693,
149
155
  "categories": 13,
150
- "lastUpdated": "2026-02-12T03:44:42.336Z"
156
+ "lastUpdated": "2026-02-12T04:15:16.550Z"
151
157
  }
152
158
  }