Skip to main content
Glama

Build MCP Server

by TeodorTrotea

run_build

Execute build commands in a specified directory using package managers like npm, yarn, or pnpm. Simplifies development workflows by automating build processes with error reporting for efficient debugging.

Instructions

Run build command in the current directory

Input Schema

NameRequiredDescriptionDefault
commandNoBuild command to run (e.g., "npm run build", "yarn build")npm run build
directoryNoDirectory to run the build in (default: current directory)

Input Schema (JSON Schema)

{ "properties": { "command": { "default": "npm run build", "description": "Build command to run (e.g., \"npm run build\", \"yarn build\")", "type": "string" }, "directory": { "description": "Directory to run the build in (default: current directory)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Build 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/TeodorTrotea/mcptest'

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