@mastra/mcp-registry-registry 0.0.0-vnext-inngest-20250508131921 → 0.0.0-vnextAgentNetwork-20250602134426
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.
|
@@ -167,10 +167,11 @@ var registryData = {
|
|
|
167
167
|
{
|
|
168
168
|
id: "apify",
|
|
169
169
|
name: "Apify",
|
|
170
|
-
description: "
|
|
171
|
-
url: "https://apify.com/",
|
|
170
|
+
description: "A MCP marketplace enabling AI agents to use 5,000+ ready-made servers and Actors.",
|
|
171
|
+
url: "https://apify.com/store",
|
|
172
172
|
servers_url: "https://api.apify.com/v2/store",
|
|
173
173
|
tags: ["verified"],
|
|
174
|
+
count: "5000+",
|
|
174
175
|
postProcessServers: processApifyServers
|
|
175
176
|
},
|
|
176
177
|
{
|
|
@@ -228,6 +229,13 @@ var registryData = {
|
|
|
228
229
|
tags: ["open-source"],
|
|
229
230
|
count: 20
|
|
230
231
|
},
|
|
232
|
+
{
|
|
233
|
+
id: "klavisai",
|
|
234
|
+
name: "Klavis AI",
|
|
235
|
+
description: "Klavis AI is open source MCP integrations for AI Applications",
|
|
236
|
+
url: "https://github.com/Klavis-AI/klavis",
|
|
237
|
+
tags: ["open-source"]
|
|
238
|
+
},
|
|
231
239
|
{
|
|
232
240
|
id: "make",
|
|
233
241
|
name: "Make MCP",
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { registryData } from './chunk-
|
|
1
|
+
export { registryData } from './chunk-H6NK5UUZ.js';
|
package/dist/stdio.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { registryData } from './chunk-
|
|
2
|
+
import { registryData } from './chunk-H6NK5UUZ.js';
|
|
3
3
|
import fs from 'node:fs/promises';
|
|
4
4
|
import { Server } from '@modelcontextprotocol/sdk/server/index.js';
|
|
5
5
|
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-registry-registry",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-vnextAgentNetwork-20250602134426",
|
|
4
4
|
"description": "MCP server for registry registry services.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.9.0",
|
|
27
27
|
"uuid": "^11.1.0",
|
|
28
28
|
"zod": "^3.24.3",
|
|
29
|
-
"zod-to-json-schema": "^3.24.5"
|
|
30
|
-
"@mastra/core": "0.0.0-vnext-inngest-20250508131921"
|
|
29
|
+
"zod-to-json-schema": "^3.24.5"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@hono/node-server": "^1.13.8",
|
|
@@ -40,8 +39,12 @@
|
|
|
40
39
|
"tsx": "^4.19.3",
|
|
41
40
|
"typescript": "^5.3.3",
|
|
42
41
|
"vitest": "^3.1.2",
|
|
43
|
-
"@mastra/mcp": "0.0.0-
|
|
44
|
-
"@
|
|
42
|
+
"@mastra/mcp": "0.0.0-vnextAgentNetwork-20250602134426",
|
|
43
|
+
"@mastra/core": "0.0.0-vnextAgentNetwork-20250602134426",
|
|
44
|
+
"@internal/lint": "0.0.0-vnextAgentNetwork-20250602134426"
|
|
45
|
+
},
|
|
46
|
+
"peerDependencies": {
|
|
47
|
+
"@mastra/core": "^0.10.0-alpha.0"
|
|
45
48
|
},
|
|
46
49
|
"scripts": {
|
|
47
50
|
"build": "tsup src/index.ts src/stdio.ts --format esm --experimental-dts --treeshake=smallest --splitting",
|