mcp-npm-outdated
Check for outdated npm packages in a specified directory using the MCP server. Identify dependencies that need updating to maintain project efficiency.
Instructions
Execute mcp-npm-outdated: npm outdated
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"
}