Skip to main content
Glama

npm-dev-mcp

by masamunet

auto_recover

Automatically recover the npm-dev-mcp server by performing health checks, initiating recovery, and re-validating. Configure max retries, force recovery, or include server restart as needed.

Instructions

MCPサーバーの自動復旧を実行(ヘルスチェック→復旧→再検証)

Input Schema

NameRequiredDescriptionDefault
forceRecoverNo強制復旧モード(デフォルト: false)
maxRetriesNo最大復旧試行回数(デフォルト: 3)
restartMcpNoMCPサーバー自体の再起動を含むか(デフォルト: false)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "forceRecover": { "default": false, "description": "強制復旧モード(デフォルト: false)", "type": "boolean" }, "maxRetries": { "default": 3, "description": "最大復旧試行回数(デフォルト: 3)", "maximum": 10, "minimum": 1, "type": "number" }, "restartMcp": { "default": false, "description": "MCPサーバー自体の再起動を含むか(デフォルト: false)", "type": "boolean" } }, "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