Skip to content

Commit db3f74d

Browse files
committed
feat: MCPAlerts — threshold-based alerting engine (hysteresis, cooldown, severity, callbacks, acknowledge, range ops, JSON serialization) — 69 new tests — bump to v0.44.0
1 parent 6a719f9 commit db3f74d

6 files changed

Lines changed: 1378 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
|---|:---:|:---:|:---:|
3434
| Runs on the MCU ||| ❌ CLI tool |
3535
| MCP spec compliant | ✅ 2025-11-25 | ❌ custom WS ||
36-
| Actually compiles |1545 tests | ❌ self-described | N/A |
36+
| Actually compiles |1614 tests | ❌ self-described | N/A |
3737
| Streamable HTTP + SSE ||||
3838
| WebSocket transport ||||
3939
| Claude Desktop bridge ||||

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcpd",
3-
"version": "0.42.0",
3+
"version": "0.44.0",
44
"description": "MCP Server SDK for Microcontrollers — Expose ESP32/RP2040/STM32 hardware as AI-accessible tools via Model Context Protocol",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)