@catchmexz/fedin-vibe-mcp-server 1.0.0 → 1.0.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.
@@ -310,10 +310,10 @@ export async function pushFilesFunc(projectId, currntProjectPath, commitMessage)
310
310
  const hasViteConfig = files.some((file) => file.path === "vite.config.js" || file.path === "vite.config.ts");
311
311
  // 根据配置文件设置项目类型
312
312
  if (hasNextConfig) {
313
- projectType = "fc";
313
+ projectType = "fullstack";
314
314
  }
315
315
  else if (hasViteConfig) {
316
- projectType = "oss";
316
+ projectType = "static";
317
317
  }
318
318
  const remoteFileList = await listFilesFunc("5fc86883f9b3ccf7cd2cbd89", repositoryId, undefined, "master", "RECURSIVE");
319
319
  const remoteFilePathArr = remoteFileList.map((i) => i.path);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catchmexz/fedin-vibe-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"