create-mcp-use-app 0.14.8 → 0.14.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -133,7 +133,7 @@ async function addSkillsToProject(projectPath) {
133
133
  Readable.fromWeb(response.body),
134
134
  extract({
135
135
  cwd: tempDir,
136
- filter: (path) => path.includes("/skills/"),
136
+ filter: (path) => path.includes("/skills/mcp-apps-builder/"),
137
137
  strip: 1
138
138
  // Removes 'mcp-use-{commit}/' prefix
139
139
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mcp-use-app",
3
- "version": "0.14.8",
3
+ "version": "0.14.9",
4
4
  "type": "module",
5
5
  "description": "Create MCP-Use apps with one command",
6
6
  "author": "mcp-use, Inc.",