GonMCPtool

npmBuild

Execute npm build commands to compile and prepare project files for deployment, ensuring efficient build processes within the MCP server environment.

Instructions

執行npm build命令構建專案

Input Schema

NameRequiredDescriptionDefault
optionsNo
pathNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "type": "string" }, "path": { "type": "string" } }, "type": "object" }
ID: 8xcb3w59pl