MCP Server Make

make

Run a make target from the Makefile

Input Schema

NameRequiredDescriptionDefault
targetYesMake target to run

Input Schema (JSON Schema)

{ "description": "Parameters for running make.", "properties": { "target": { "description": "Make target to run", "title": "Target", "type": "string" } }, "required": [ "target" ], "title": "Make", "type": "object" }

You must be authenticated.

Other Tools