@mastra/mcp-registry-registry 0.0.0-zod-v4-compat-part-2-20250820135355 → 0.0.0-zod-v4-stuff-20250825154219

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/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './registry/registry';
1
+ export * from './registry/registry.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from './types';
1
+ import type { ServerEntry } from './types.js';
2
2
  /**
3
3
  * Fetches servers from a registry's servers_url endpoint
4
4
  */
@@ -1,3 +1,3 @@
1
- export * from './list-registries';
2
- export * from './fetch-servers';
1
+ export * from './list-registries.js';
2
+ export * from './fetch-servers.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { RegistryEntry, RegistryFile } from './types';
1
+ import type { RegistryEntry, RegistryFile } from './types.js';
2
2
  /**
3
3
  * Returns the registry data from the registry.ts file
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Post-processor for Apify registry
4
4
  * Handles the specific format of Apify's store data
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Post-processor for APITracker registry
4
4
  * Handles the specific format of APITracker's server data
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Default processor for registry server data
4
4
  * Handles common formats that might be encountered
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Post-processor for Docker MCP Hub registry
4
4
  * Transforms Docker Hub API response into standardized ServerEntry format
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Post-processor for Fleur registry
4
4
  * Handles the specific format of Fleur's app data
@@ -1,3 +1,3 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  export declare function processMcpRunServers(data: any): ServerEntry[];
3
3
  //# sourceMappingURL=mcprun.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  /**
3
3
  * Post-processor for Pulse MCP registry
4
4
  * Handles the specific format of Pulse MCP's server data
@@ -1,3 +1,3 @@
1
- import type { ServerEntry } from '../types';
1
+ import type { ServerEntry } from '../types.js';
2
2
  export declare function createServerEntry(data: Record<string, unknown>): ServerEntry;
3
3
  //# sourceMappingURL=utils.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { RegistryFile } from './types';
1
+ import type { RegistryFile } from './types.js';
2
2
  export declare const registryData: RegistryFile;
3
3
  //# sourceMappingURL=registry.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-registry-registry",
3
- "version": "0.0.0-zod-v4-compat-part-2-20250820135355",
3
+ "version": "0.0.0-zod-v4-stuff-20250825154219",
4
4
  "description": "MCP server for registry registry services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@modelcontextprotocol/sdk": "^1.13.0",
26
+ "@modelcontextprotocol/sdk": "^1.17.3",
27
27
  "uuid": "^11.1.0",
28
28
  "zod": "^3.25.67",
29
29
  "zod-to-json-schema": "^3.24.5"
@@ -34,17 +34,18 @@
34
34
  "@wong2/mcp-cli": "^1.10.0",
35
35
  "cross-env": "^7.0.3",
36
36
  "eslint": "^9.30.1",
37
- "hono": "^4.8.9",
37
+ "hono": "^4.8.12",
38
38
  "tsup": "^8.5.0",
39
39
  "tsx": "^4.20.3",
40
40
  "typescript": "^5.8.3",
41
41
  "vitest": "^3.2.4",
42
- "@internal/lint": "0.0.0-zod-v4-compat-part-2-20250820135355",
43
- "@mastra/core": "0.0.0-zod-v4-compat-part-2-20250820135355",
44
- "@mastra/mcp": "0.0.0-zod-v4-compat-part-2-20250820135355"
42
+ "@internal/lint": "0.0.0-zod-v4-stuff-20250825154219",
43
+ "@mastra/core": "0.0.0-zod-v4-stuff-20250825154219",
44
+ "@mastra/mcp": "0.0.0-zod-v4-stuff-20250825154219",
45
+ "@internal/types-builder": "0.0.0-zod-v4-stuff-20250825154219"
45
46
  },
46
47
  "peerDependencies": {
47
- "@mastra/core": "0.0.0-zod-v4-compat-part-2-20250820135355"
48
+ "@mastra/core": "0.0.0-zod-v4-stuff-20250825154219"
48
49
  },
49
50
  "scripts": {
50
51
  "build": "tsup --silent --config tsup.config.ts",