@mastra/mcp-registry-registry 0.10.3-alpha.0 → 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.
@@ -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-H6NK5UUZ.js';
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-H6NK5UUZ.js';
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-alpha.0",
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",
@@ -40,8 +40,8 @@
40
40
  "typescript": "^5.8.3",
41
41
  "vitest": "^3.2.3",
42
42
  "@internal/lint": "0.0.12",
43
- "@mastra/mcp": "^0.10.4-alpha.0",
44
- "@mastra/core": "0.10.6-alpha.0"
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"