@@ -39,7 +39,7 @@ Thank you for your interest in contributing to the Angular Toolkit MCP! This doc
3939
40402 . ** Build the project:**
4141 ``` bash
42- npx nx build @push-based/ angular-toolkit-mcp
42+ npx nx build angular-toolkit-mcp
4343 ```
4444
4545### Nx Workspace Commands
@@ -210,7 +210,7 @@ Before committing, ensure:
210210Start the MCP server in debug mode:
211211
212212``` bash
213- npx nx run @push-based/ angular-toolkit-mcp:debug
213+ npx nx run angular-toolkit-mcp:debug
214214```
215215
216216This starts the server with the MCP Inspector for debugging.
@@ -240,7 +240,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
240240
2412412 . ** Build the Package**
242242 ``` bash
243- npx nx build @push-based/ angular-toolkit-mcp
243+ npx nx build angular-toolkit-mcp
244244 ```
245245
2462463 . ** Test the Package**
@@ -263,7 +263,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
263263 ```
264264 Or manually:
265265 ``` bash
266- npx nx build @push-based/ angular-toolkit-mcp
266+ npx nx build angular-toolkit-mcp
267267 cd packages/angular-mcp/dist
268268 npm publish
269269 ```
@@ -289,7 +289,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
289289Before publishing a new version:
290290- [ ] All tests pass (` npx nx run-many --target=test --all ` )
291291- [ ] No linting errors (` npx nx run-many --target=lint --all ` )
292- - [ ] Build succeeds (` npx nx build @push-based/ angular-toolkit-mcp ` )
292+ - [ ] Build succeeds (` npx nx build angular-toolkit-mcp ` )
293293- [ ] Version number updated in package.json
294294- [ ] CHANGELOG.md updated with changes
295295- [ ] Documentation updated as needed
0 commit comments