buildReload_tool
Automatically execute 'npm run build' and reload tools on the ToolBox MCP Server to ensure real-time updates and zero-downtime deployment for automated tool development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"description": "Execute 'npm run build' and reload tools",
"name": "buildReload_tool",
"properties": {},
"required": [],
"type": "object"
}