Skip to main content
Glama

npm-dev-mcp

by masamunet

get_dev_logs

Retrieve logs from npm run dev processes managed by the npm-dev-mcp server, specifying the number of lines to fetch for efficient debugging and monitoring.

Instructions

npm run devのログ取得

Input Schema

NameRequiredDescriptionDefault
linesNo取得行数(デフォルト:50)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "lines": { "description": "取得行数(デフォルト:50)", "maximum": 1000, "minimum": 1, "type": "number" } }, "type": "object" }

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/masamunet/npm-dev-mcp'

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