v1.1.0 — mq-mcp runtime health observability
What's new
mq-mcp runtime health in stack-status
mq-hal stack-status now probes the live mq-mcp HTTP server (localhost:8765) and reports:
http_reachable— whether mq-mcp is runningtool_count— number of registered toolshas_orchestration_contract—validate_orchestration_contractpresenthas_learn_tools— learn layer tools presenthas_review_skills— review tools present
Example output when mq-mcp is running:
mq-mcp runtime
--------------
available=True path=~/mq-mcp
version=1.10.0 runtime=ok vector=ok model=configured
http=reachable tools=66 orchestration_contract=yes learn=no review_skills=yes
If mq-mcp is installed but not reachable, the recommendation suggests mq-agent mcp start.
ROADMAP sync
- Current status updated to v1.0.3
- Release map: v1.0.3 Done, v1.1.0 added