Node Omnibus MCP Server

add_script

Use this tool to add custom npm scripts to your package.json file, specifying the script name, command, and project directory path for streamlined Node.js development workflows.

Instructions

Add a new npm script to package.json

Input Schema

NameRequiredDescriptionDefault
commandYesScript command
nameYesScript name
pathYesProject directory path

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Script command", "type": "string" }, "name": { "description": "Script name", "type": "string" }, "path": { "description": "Project directory path", "type": "string" } }, "required": [ "path", "name", "command" ], "type": "object" }

You must be authenticated.

Other Tools from Node Omnibus MCP Server

Related Tools

ID: 0j9a4m75vv