概览
Tools
- monitoring_heart_rate: Start monitoring heart rate for a specified duration
- get_heart_rate: Get the average heart rate over the last 10 seconds
- evaluate_active_heart_rate: Get the maximum heart rate in the last 60 seconds
- get_heart_rate_bucket: Get heart rate data in 1-second buckets for the last 10 seconds
- build_heart_rate_chart: Generate a PNG chart of heart rate data for the last 600 seconds
服务器配置
{
"mcpServers": {
"time": {
"command": "uvx",
"args": [
"ble-hrm-server"
]
}
}
}