get_health_status
Retrieve the health status of the npm-dev-mcp server to monitor its operations and check detailed system reports for troubleshooting and maintenance.
Instructions
MCPサーバーのヘルス状態を取得
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | 詳細なヘルスレポートを取得するかどうか(デフォルト: false) |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"detailed": {
"default": false,
"description": "詳細なヘルスレポートを取得するかどうか(デフォルト: false)",
"type": "boolean"
}
},
"type": "object"
}