Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

add_script

Automate adding npm scripts to package.json for streamlined Node.js project management by specifying the project path, script name, and command.

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" }

Other Tools from Node Omnibus 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/bsmi021/mcp-node-omnibus-server'

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