@locofy/mcp 1.0.10 → 1.0.11

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.
@@ -42,7 +42,7 @@ export async function runPullFilesTool(args) {
42
42
  // clean the directory structure
43
43
  const cleanedResult = processDirectoryStructure(result.data);
44
44
  track('mcp_execute_tool_e', {
45
- tool_name: pullFilesToolDescription,
45
+ tool_name: pullFilesToolName,
46
46
  project_id: projectID,
47
47
  user_id: userID,
48
48
  source: 'cursor', // TODO: update it when we release vscode extension
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locofy/mcp",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Locofy MCP Server with Cursor",
5
5
  "keywords": [
6
6
  "figma",