## Current Behavior <!-- This is the behavior we have today --> `nx-mcp` fails not being able to resolve `node_modules/nx/*` files. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This was fixed in an updated version so this just updates `nx-mcp` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
10 lines
111 B
JSON
10 lines
111 B
JSON
{
|
|
"mcpServers": {
|
|
"nx": {
|
|
"command": "pnpm",
|
|
"args": ["nx-mcp"],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|