@mcp-use/cli 2.21.2-canary.0 → 2.21.3-canary.0
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -5346,7 +5346,7 @@ async function generateToolRegistryTypesForServer(projectPath, serverFileRelativ
|
|
|
5346
5346
|
);
|
|
5347
5347
|
}
|
|
5348
5348
|
const mcpUsePath = import_node_path8.default.join(projectPath, "node_modules", "mcp-use");
|
|
5349
|
-
const { generateToolRegistryTypes } = await import(import_node_path8.default.join(mcpUsePath, "dist", "src", "server", "index.js")).then((mod) => mod);
|
|
5349
|
+
const { generateToolRegistryTypes } = await import((0, import_node_url2.pathToFileURL)(import_node_path8.default.join(mcpUsePath, "dist", "src", "server", "index.js")).href).then((mod) => mod);
|
|
5350
5350
|
if (!generateToolRegistryTypes) {
|
|
5351
5351
|
throw new Error("generateToolRegistryTypes not found in mcp-use package");
|
|
5352
5352
|
}
|