@mastra/mcp-registry-registry 0.0.6-alpha.1 → 0.0.6-alpha.3
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.
|
@@ -228,6 +228,13 @@ var registryData = {
|
|
|
228
228
|
tags: ["open-source"],
|
|
229
229
|
count: 20
|
|
230
230
|
},
|
|
231
|
+
{
|
|
232
|
+
id: "klavisai",
|
|
233
|
+
name: "Klavis AI",
|
|
234
|
+
description: "Klavis AI is open source MCP integrations for AI Applications",
|
|
235
|
+
url: "https://github.com/Klavis-AI/klavis",
|
|
236
|
+
tags: ["open-source"]
|
|
237
|
+
},
|
|
231
238
|
{
|
|
232
239
|
id: "make",
|
|
233
240
|
name: "Make MCP",
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { registryData } from './chunk-
|
|
1
|
+
export { registryData } from './chunk-RZM3MUFJ.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-RZM3MUFJ.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.6-alpha.
|
|
3
|
+
"version": "0.0.6-alpha.3",
|
|
4
4
|
"description": "MCP server for registry registry services.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"uuid": "^11.1.0",
|
|
28
28
|
"zod": "^3.24.3",
|
|
29
29
|
"zod-to-json-schema": "^3.24.5",
|
|
30
|
-
"@mastra/core": "^0.9.4-alpha.
|
|
30
|
+
"@mastra/core": "^0.9.4-alpha.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@hono/node-server": "^1.13.8",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"typescript": "^5.3.3",
|
|
42
42
|
"vitest": "^3.1.2",
|
|
43
43
|
"@internal/lint": "0.0.4",
|
|
44
|
-
"@mastra/mcp": "^0.5.0-alpha.
|
|
44
|
+
"@mastra/mcp": "^0.5.0-alpha.4"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup src/index.ts src/stdio.ts --format esm --experimental-dts --treeshake=smallest --splitting",
|