Skip to main content
Glama

Vibe Coder MCP

by freshtechbro

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

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/freshtechbro/vibe-coder-mcp'

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