@mastra/mcp-registry-registry 0.10.2 → 0.10.3-alpha.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/dist/{chunk-H6NK5UUZ.js → chunk-YU6LNU6R.js} +8 -0
- package/dist/index.js +1 -1
- package/dist/stdio.js +1 -1
- package/package.json +13 -13
|
@@ -251,6 +251,14 @@ var registryData = {
|
|
|
251
251
|
tags: ["verified"],
|
|
252
252
|
count: "100+"
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
id: "mcpbar",
|
|
256
|
+
name: "MCP Bar",
|
|
257
|
+
description: "Open Registry & Package Manager for MCP Servers",
|
|
258
|
+
url: "https://www.mcp.bar/",
|
|
259
|
+
tags: ["open-source"],
|
|
260
|
+
count: 4429
|
|
261
|
+
},
|
|
254
262
|
{
|
|
255
263
|
id: "mcpget",
|
|
256
264
|
name: "MCP-Get",
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { registryData } from './chunk-
|
|
1
|
+
export { registryData } from './chunk-YU6LNU6R.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-YU6LNU6R.js';
|
|
3
3
|
import fs from '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.10.
|
|
3
|
+
"version": "0.10.3-alpha.1",
|
|
4
4
|
"description": "MCP server for registry registry services.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
"author": "",
|
|
24
24
|
"license": "Elastic-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
26
|
+
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
27
27
|
"uuid": "^11.1.0",
|
|
28
|
-
"zod": "^3.25.
|
|
28
|
+
"zod": "^3.25.57",
|
|
29
29
|
"zod-to-json-schema": "^3.24.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@hono/node-server": "^1.
|
|
33
|
-
"@types/node": "^20.
|
|
34
|
-
"@wong2/mcp-cli": "^1.
|
|
32
|
+
"@hono/node-server": "^1.14.4",
|
|
33
|
+
"@types/node": "^20.19.0",
|
|
34
|
+
"@wong2/mcp-cli": "^1.10.0",
|
|
35
35
|
"cross-env": "^7.0.3",
|
|
36
36
|
"eslint": "^9.28.0",
|
|
37
|
-
"hono": "^4.7.
|
|
37
|
+
"hono": "^4.7.11",
|
|
38
38
|
"tsup": "^8.5.0",
|
|
39
|
-
"tsx": "^4.19.
|
|
40
|
-
"typescript": "^5.
|
|
41
|
-
"vitest": "^3.2.
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@mastra/
|
|
39
|
+
"tsx": "^4.19.4",
|
|
40
|
+
"typescript": "^5.8.3",
|
|
41
|
+
"vitest": "^3.2.3",
|
|
42
|
+
"@internal/lint": "0.0.12",
|
|
43
|
+
"@mastra/core": "0.10.6-alpha.1",
|
|
44
|
+
"@mastra/mcp": "^0.10.4-alpha.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@mastra/core": "^0.10.0-alpha.0"
|