Skip to main content
Glama

Project Explorer MCP Server

check_outdated

Identify outdated npm packages in your project by analyzing package.json with 'npm outdated'. Specify the project path, include dev dependencies, and choose output format to view results.

Instructions

Check for outdated npm packages in package.json using 'npm outdated'. Analyzes the current project's dependencies and shows which packages have newer versions available. Requires npm to be installed and accessible from the command line.

Input Schema

NameRequiredDescriptionDefault
includeDevDependenciesNoWhether to include dev dependencies in the check
outputFormatNoFormat of the output: detailed (full info), summary (counts only), or raw (npm command output)detailed
projectPathNoPath to the directory containing package.json. Defaults to the first allowed directory if not specified.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "includeDevDependencies": { "default": true, "description": "Whether to include dev dependencies in the check", "type": "boolean" }, "outputFormat": { "default": "detailed", "description": "Format of the output: detailed (full info), summary (counts only), or raw (npm command output)", "enum": [ "detailed", "summary", "raw" ], "type": "string" }, "projectPath": { "description": "Path to the directory containing package.json. Defaults to the first allowed directory if not specified.", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Project Explorer MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MausRundung362/mcp-explorer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server