Skip to main content
Glama

dev-kit-mcp-server

exec_make_target

Execute multiple Makefile targets directly from the terminal. Pass a list of commands to run specific targets and receive detailed results for each execution.

Instructions

Preferred from the terminal: Execute Makefile targets.

Args: commands: List of Makefile targets to execute (e.g. ["test", "lint"]) Returns: A dictionary containing the execution results for each target Raises: ValueError: If commands is not a list

Input Schema

NameRequiredDescriptionDefault
commandsYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "commands": { "items": { "type": "string" }, "title": "Commands", "type": "array" } }, "required": [ "commands" ], "type": "object" }

You must be authenticated.

Other Tools from dev-kit-mcp-server

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/DanielAvdar/dev-kit-mcp-server'

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