@ng-annotate/angular 0.1.1 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-annotate/angular",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "repository": {
6
6
  "type": "git",
@@ -96,6 +96,7 @@ function addMcpConfig() {
96
96
  type: 'stdio',
97
97
  command: 'npx',
98
98
  args: ['@ng-annotate/mcp-server'],
99
+ cwd: '${workspaceFolder}',
99
100
  },
100
101
  },
101
102
  };
@@ -127,6 +127,7 @@ function addMcpConfig(): Rule {
127
127
  type: 'stdio',
128
128
  command: 'npx',
129
129
  args: ['@ng-annotate/mcp-server'],
130
+ cwd: '${workspaceFolder}',
130
131
  },
131
132
  },
132
133
  };