mcp-npm-audit
Run npm audit fix to resolve vulnerabilities in your Node.js project dependencies directly from the MCP Basics server, ensuring secure and up-to-date package management.
Instructions
Execute mcp-npm-audit: npm audit fix
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to run the command in (optional, defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory to run the command in (optional, defaults to current directory)",
"type": "string"
}
},
"required": [],
"type": "object"
}