So #4 was closed, but @MAlshaik the docs from @KNQuoc's fork in of the mcp docspackages/docs-mcp are now in this repo. I think these we're just copied and pasted from the fork. The current packages/docs-mcp/README.md lists the fork https://github.com/KNQuoc/jam-nodes link as the repo url
The license is listed as MIT © KNQuoc which doesn't seem right, but I'm not super knowledgeable about attributions. I think the MIT licenses are compatible, but duplicating the code doesn't seem appropriate if this is correct.
This lists npm install -g jam-nodes-docs-mcp as the way to install these mcp docs. I am not very familiar with mcp, but after looking up this package with npm view jam-nodes-docs-mcp it is not a registered package. This could maybe be fixed with using a local path (npx --prefix ./packages/docs-mcp jam-nodes-docs-mcp) for the install command. But you need to built it, and some other things that are not yet configured or set up. This should likely be put in another repo. This also might have been renamed as @jam-nodes/docs-mcp but npm view @jam-nodes/docs-mcp also was 404
Honestly, I would look harder for more issues in this but this was my initial scan
So #4 was closed, but @MAlshaik the docs from @KNQuoc's fork in of the mcp docs
packages/docs-mcpare now in this repo. I think these we're just copied and pasted from the fork. The currentpackages/docs-mcp/README.mdlists the forkhttps://github.com/KNQuoc/jam-nodeslink as the repo urlThe license is listed as
MIT © KNQuocwhich doesn't seem right, but I'm not super knowledgeable about attributions. I think the MIT licenses are compatible, but duplicating the code doesn't seem appropriate if this is correct.This lists
npm install -g jam-nodes-docs-mcpas the way to install these mcp docs. I am not very familiar with mcp, but after looking up this package withnpm view jam-nodes-docs-mcpit is not a registered package. This could maybe be fixed with using a local path (npx --prefix ./packages/docs-mcp jam-nodes-docs-mcp) for the install command. But you need to built it, and some other things that are not yet configured or set up. This should likely be put in another repo. This also might have been renamed as@jam-nodes/docs-mcpbutnpm view @jam-nodes/docs-mcpalso was 404Honestly, I would look harder for more issues in this but this was my initial scan