JSON Resume MCP Server

Official

github_analyze_codebase

This is a tool from the github MCP server. Analyzes the current codebase and returns information about technologies, languages, and recent commits

Input Schema

NameRequiredDescriptionDefault
directoryNoThe directory to analyze. If not provided, uses current working directory.

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "The directory to analyze. If not provided, uses current working directory.", "type": "string" } }, "required": [], "type": "object" }