Skip to content
K

mm_push_team_checkin

Push a team check-in to the cloud. Scans local specs and features, captures current branch, and upserts to the team_checkins table. Teammates can then see your status via mm_fetch_team_checkins.

  • Category: Plugin Management
  • Source: Built-in
  • Required parameters: 2
  • Total parameters: 3
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
display_namestringYesYour display name for the team
status_notestringNoFree-text status note (e.g., ‘Wrapping up auth today’)
{
"tool": "mm_push_team_checkin",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"display_name": "My Example",
"status_note": "example-status_note"
}
}
  • mm_list_plugins - List all loaded plugins with their id, name, version, category, tier, and too…
  • mm_get_plugin_info - Get detailed information about a specific plugin including its tools, version…
  • mm_fetch_team_checkins - Fetch all team members’ check-ins from the cloud. Returns display names, bran…
  • mm_claim_spec - Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…
  • mm_fetch_claims - Fetch all spec claims for your team. Shows which specs have been claimed, by …