Vibe Coder MCP

by freshtechbro
Verified

analyze-dependencies

Analyze dependency manifest files, such as package.json, to list project dependencies. Use this tool in Vibe Coder MCP to identify and manage dependencies efficiently.

Instructions

Analyzes dependency manifest files (currently supports package.json) to list project dependencies.

Input Schema

NameRequiredDescriptionDefault
filePathYesThe relative path to the dependency manifest file (e.g., 'package.json', 'client/package.json', 'requirements.txt').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "The relative path to the dependency manifest file (e.g., 'package.json', 'client/package.json', 'requirements.txt').", "minLength": 1, "type": "string" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Vibe Coder MCP

Related Tools

ID: yvtu46xhkx