npmBuild
Execute npm build commands to automate project compilation, streamlining the build process within the GonMCPtool MCP server environment.
Instructions
執行npm build命令構建專案
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| path | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"options": {
"type": "string"
},
"path": {
"type": "string"
}
},
"type": "object"
}