Skip to content

v1.1.0 — mq-mcp runtime health observability

Choose a tag to compare

@MCamner MCamner released this 31 May 23:30
· 25 commits to main since this release
c25ee36

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 running
  • tool_count — number of registered tools
  • has_orchestration_contractvalidate_orchestration_contract present
  • has_learn_tools — learn layer tools present
  • has_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