Changelog & versioning
Versioning policy
- The API is versioned in the URL:
https://mcp.tinycommand.com/v1. - The MCP wire protocol is pinned with the
MCP-Protocol-Versionheader, currently2025-06-18. Your host sends it automatically. - Breaking changes ship under a new path version (
/v2). When a version is deprecated, it keeps working for at least 90 days after the announcement. - Additive changes (new tools, new optional fields) ship within the current version without a bump.
Releases
v1: initial release
The first public release. Protocol 2025-06-18, Streamable HTTP transport, workspace API-key authentication with per-key scopes.
14 tools across three journeys:
- Build:
build_system,update_asset,confirm_save,abort_build - Discover:
list_my_assets,describe_my_workspace - Operate:
query_records,add_record,update_record,trigger_workflow,send_via_integration,run_agent,run_enrichment,check_enrichment
See the tool reference for full schemas.