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 +1 -1
- package/lib/badges.json +1 -1
- package/lib/stats.json +4 -2
- package/package.json +14 -8
package/index.js
CHANGED
package/lib/badges.json
CHANGED
package/lib/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-02-
|
|
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
|
-
"
|
|
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.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"mcpName": "io.github.0nork/0nMCP",
|
|
5
|
-
"description": "Universal AI API Orchestrator —
|
|
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
|
-
"
|
|
126
|
-
"@anthropic-ai/sdk": "
|
|
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":
|
|
154
|
+
"totalCapabilities": 693,
|
|
149
155
|
"categories": 13,
|
|
150
|
-
"lastUpdated": "2026-02-
|
|
156
|
+
"lastUpdated": "2026-02-12T04:15:16.550Z"
|
|
151
157
|
}
|
|
152
158
|
}
|