JSON Resume MCP Server

Official

github_enhance_resume_with_project

This is a tool from the github MCP server. Enhances a GitHub user's JSON Resume with information about their current project

Input Schema

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

Input Schema (JSON Schema)

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