File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"command" : " node" ,
8
8
"args" : [
9
9
" ./packages/angular-mcp/dist/main.js" ,
10
- " --workspaceRoot=/Users/kyrylokarnaukhov/Documents/projects/angular-mcp-toolkit " ,
10
+ " --workspaceRoot=root/path/to/workspace " ,
11
11
" --ds.storybookDocsRoot=packages/minimal-repo/packages/design-system/storybook-host-app/src/components" ,
12
12
" --ds.deprecatedCssClassesPath=packages/minimal-repo/packages/design-system/component-options.js" ,
13
13
" --ds.uiRoot=packages/minimal-repo/packages/design-system/ui"
Original file line number Diff line number Diff line change 41
41
"dependsOn" : [
42
42
" build"
43
43
],
44
- "command" : " npx @modelcontextprotocol/inspector node packages/angular-mcp/dist/main.js --workspaceRoot=/Users/kyrylokarnaukhov/Documents/projects/x-mcp --ds.uiRoot=packages/minimal-repo/packages/design-system/ui --ds.storybookDocsRoot=packages/minimal-repo/packages/design-system/storybook-host-app/src/components --ds.deprecatedCssClassesPath=packages/minimal-repo/packages/design-system/component-options.js"
44
+ "command" : " npx @modelcontextprotocol/inspector node packages/angular-mcp/dist/main.js --workspaceRoot=/root/path/to/workspace --ds.uiRoot=packages/minimal-repo/packages/design-system/ui --ds.storybookDocsRoot=packages/minimal-repo/packages/design-system/storybook-host-app/src/components --ds.deprecatedCssClassesPath=packages/minimal-repo/packages/design-system/component-options.js"
45
45
}
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments