-
Notifications
You must be signed in to change notification settings - Fork 0
Stability
McAmner edited this page Jun 2, 2026
·
1 revision
mq-mcp v1.0.0 is the stable local MCP platform baseline for the mq ecosystem.
The stability contract is machine-readable in stability.json
and checked by scripts/check-stability.py.
mq-mcp doctor
mq-mcp health
mq-mcp info --json
mq-mcp report --json
mq-mcp bundle --validate
mq-mcp profiles validate
mq-mcp validateLocal server startup is explicit:
mq-mcp serveThe server does not install a hidden daemon, does not autostart, and does not silently handle credentials.
Tool metadata is generated into:
docs/tool_contracts.json
The schema is:
tool-contracts.v1
Validation fails when a @mcp.tool() is missing from the generated contract.
Profile templates live in:
profiles/
They use:
mq-mcp.profile.v1
Use mq-mcp profiles validate before copying profile data into clients.
Safety classes remain documented in:
docs/TOOL_SAFETY.md
docs/TOOL_INVENTORY.md
File access stays bounded by:
resolve_repo_fileresolve_allowed_local_fileMQ_MCP_ALLOWED_PATHSMQ_MCP_LOCAL_REPOS
Before a stable release:
./scripts/validate.sh
./scripts/release-check.shAfter release:
gh release view v1.0.0
gh api repos/MCamner/mq-mcp/branches/main/protection