mcp-use 1.2.5-canary.1 → 1.2.5-canary.2

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.
@@ -1403,7 +1403,7 @@ if (container && Component) {
1403
1403
  );
1404
1404
  console.log("widgetsDir", widgetsDir);
1405
1405
  this.setupWidgetRoutes();
1406
- const manifestPath = pathHelpers.join(getCwd(), "dist", "mcp-use.json");
1406
+ const manifestPath = "./dist/mcp-use.json";
1407
1407
  let widgets = [];
1408
1408
  try {
1409
1409
  const manifestContent = await fsHelpers.readFileSync(manifestPath, "utf8");
@@ -1365,7 +1365,7 @@ if (container && Component) {
1365
1365
  );
1366
1366
  console.log("widgetsDir", widgetsDir);
1367
1367
  this.setupWidgetRoutes();
1368
- const manifestPath = pathHelpers.join(getCwd(), "dist", "mcp-use.json");
1368
+ const manifestPath = "./dist/mcp-use.json";
1369
1369
  let widgets = [];
1370
1370
  try {
1371
1371
  const manifestContent = await fsHelpers.readFileSync(manifestPath, "utf8");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-use",
3
3
  "type": "module",
4
- "version": "1.2.5-canary.1",
4
+ "version": "1.2.5-canary.2",
5
5
  "packageManager": "pnpm@10.6.1",
6
6
  "description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.",
7
7
  "author": "mcp-use, Inc.",