The README instructs running: ``` npm run build:mcp-bundle ``` However, this script is not defined in the corresponding `package.json`. Running the command results in: ``` npm ERR! Missing script: "build:mcp-bundle" ``` --- Screenshots: <img width="930" height="477" alt="Image" src="https://github.com/user-attachments/assets/0dd4f297-1dd3-4fc2-b6cf-9d544b9ce707" /> <img width="1006" height="240" alt="Image" src="https://github.com/user-attachments/assets/6be66c44-f341-405a-be81-cbb4cf770db5" />
The README instructs running:
However, this script is not defined in the corresponding
package.json.Running the command results in:
Screenshots:

