bruno_health_check
Monitor Bruno MCP Server health status, check Bruno CLI availability, and review performance metrics with optional cache statistics for system diagnostics.
Instructions
Check the health and status of the Bruno MCP Server, including Bruno CLI availability, performance metrics, and cache statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeMetrics | No | Include performance metrics in output (optional) | |
| includeCacheStats | No | Include cache statistics in output (optional) |
Input Schema (JSON Schema)
{
"properties": {
"includeCacheStats": {
"description": "Include cache statistics in output (optional)",
"type": "boolean"
},
"includeMetrics": {
"description": "Include performance metrics in output (optional)",
"type": "boolean"
}
},
"required": [],
"type": "object"
}